]> granicus.if.org Git - python/commitdiff
Drop useenv=true also from the 32-bit build script: It is not necessary and
authorStefan Krah <skrah@bytereef.org>
Sun, 24 Jun 2012 20:00:44 +0000 (22:00 +0200)
committerStefan Krah <skrah@bytereef.org>
Sun, 24 Jun 2012 20:00:44 +0000 (22:00 +0200)
leads to failures in successive 64-bit/32-bit builds in the same shell window.

Tools/buildbot/build.bat

index c103b756d249ca78fba6339fd6ba9de6b87c01c3..c93cfd554bda933b93b11f531f58ab27298ab802 100644 (file)
@@ -2,7 +2,7 @@
 cmd /c Tools\buildbot\external.bat
 call "%VS100COMNTOOLS%vsvars32.bat"
 cmd /c Tools\buildbot\clean.bat
-msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
+msbuild PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x86
 PCbuild\kill_python_d.exe
-msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32
+msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32