Author: faridz
Date: Thu Sep 6 08:15:44 2007
New Revision: 573294
URL: http://svn.apache.org/viewvc?rev=573294&view=rev
Log:
2007-09-06 Farid Zaripov <[EMAIL PROTECTED]>
* projects.js (CreateProjectsDefs): Added echo path of clvars.bat file
to see why the system cannot find the path.
Modified:
incubator/stdcxx/trunk/etc/config/windows/projects.js
Modified: incubator/stdcxx/trunk/etc/config/windows/projects.js
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/projects.js?rev=573294&r1=573293&r2=573294&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/projects.js (original)
+++ incubator/stdcxx/trunk/etc/config/windows/projects.js Thu Sep 6 08:15:44
2007
@@ -67,7 +67,8 @@
configureDef.IntDir = configureDef.OutDir;
configureDef.CustomBuildFile = "configure.wsf";
if (0 < CLVARSBAT.length)
- configureDef.CustomBuildCmd = "call \"" + CLVARSBAT + "\"\r\n";
+ configureDef.CustomBuildCmd = "echo Calling \"" + CLVARSBAT + "\"\r\n"
+
+ "call \"" + CLVARSBAT + "\"\r\n";
else
configureDef.CustomBuildCmd = "";
configureDef.CustomBuildCmd += "cscript /nologo \"%CUSTOMFILE%\"" +