diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-24 20:00:44 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-24 20:00:44 (GMT) |
commit | 3c0db67bf349cc379ad4d096cfb5bc0854378e95 (patch) | |
tree | 29b44ec6ce9278262700545121ef7437587355aa /Tools/buildbot | |
parent | a504a7a7d1fd6056e067027354d31595aa4b8958 (diff) | |
download | cpython-3c0db67bf349cc379ad4d096cfb5bc0854378e95.zip cpython-3c0db67bf349cc379ad4d096cfb5bc0854378e95.tar.gz cpython-3c0db67bf349cc379ad4d096cfb5bc0854378e95.tar.bz2 |
Drop useenv=true also from the 32-bit build script: It is not necessary and
leads to failures in successive 64-bit/32-bit builds in the same shell window.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index c103b75..c93cfd5 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -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 |