Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 81431 invoked from network); 22 Jun 2007 16:26:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 16:26:10 -0000 Received: (qmail 38402 invoked by uid 500); 22 Jun 2007 16:26:14 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 38391 invoked by uid 500); 22 Jun 2007 16:26:14 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 38380 invoked by uid 99); 22 Jun 2007 16:26:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 09:26:14 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2007 09:26:10 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 12E3B1A981D; Fri, 22 Jun 2007 09:25:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r549865 - /incubator/stdcxx/trunk/etc/config/windows/projects.js Date: Fri, 22 Jun 2007 16:25:49 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070622162550.12E3B1A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 * 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)\"" +