You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/06/22 18:25:49 UTC

svn commit: r549865 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

Author: faridz
Date: Fri Jun 22 09:25:49 2007
New Revision: 549865

URL: http://svn.apache.org/viewvc?view=rev&rev=549865
Log:
2007-06-22 Farid Zaripov <Fa...@epam.com>

	* projects.js (CreateProjectsDefs): Set TZ environment variable 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=549865&r1=549864&r2=549865
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/projects.js (original)
+++ incubator/stdcxx/trunk/etc/config/windows/projects.js Fri Jun 22 09:25:49 2007
@@ -249,6 +249,7 @@
     runexamplesDef.CustomBuildCmd =
         "set PATH=$(SolutionDir)%CONFIG%\\bin;$(SolutionDir)%CONFIG%\\lib;" +
         "%SRCDIR%\\examples\\manual;%PATH%\r\n" +
+        "set TZ=MST+7\r\n" +
         "cscript /nologo \"%CUSTOMFILE%\"" +
         " /INOUTDIR:\"%SRCDIR%\\examples\"" +
         " /EXEDIR:\"$(OutDir)\"" +