Author: faridz
Date: Thu Jun 21 10:06:30 2007
New Revision: 549550
URL: http://svn.apache.org/viewvc?view=rev&rev=549550
Log:
2007-06-21 Farid Zaripov <[EMAIL PROTECTED]>
* projects.js (CreateProjectsDefs): Added path to rwstdmessages.dll
before run examples.
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?view=diff&rev=549550&r1=549549&r2=549550
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/projects.js (original)
+++ incubator/stdcxx/trunk/etc/config/windows/projects.js Thu Jun 21 10:06:30
2007
@@ -247,7 +247,8 @@
"if exist \"$(OutDir)\\runexamples.log\" del
\"$(OutDir)\\runexamples.log\"";
runexamplesDef.CustomBuildFile = "runall.wsf";
runexamplesDef.CustomBuildCmd =
- "set
PATH=$(SolutionDir)%CONFIG%\\bin;$(SolutionDir)%CONFIG%\\lib;%PATH%\r\n" +
+ "set PATH=$(SolutionDir)%CONFIG%\\bin;$(SolutionDir)%CONFIG%\\lib;" +
+ "%SRCDIR%\\examples\\manual;%PATH%\r\n" +
"cscript /nologo \"%CUSTOMFILE%\"" +
" /INOUTDIR:\"%SRCDIR%\\examples\"" +
" /EXEDIR:\"$(OutDir)\"" +