From: Stefan Krah Date: Sat, 23 Jun 2012 16:57:45 +0000 (+0200) Subject: Issue #15102: Allow platform-specific settings for the current project X-Git-Tag: v3.3.0b1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37459a0c3acfa37bee88600eeb487c01421f257f;p=python Issue #15102: Allow platform-specific settings for the current project to override environment variables. --- diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index a4ed6db89b..7ee7b2d9b3 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -2,6 +2,6 @@ cmd /c Tools\buildbot\external-amd64.bat call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 cmd /c Tools\buildbot\clean-amd64.bat -msbuild /p:useenv=true PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64 +msbuild PCbuild\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64 PCbuild\amd64\kill_python_d.exe -msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64 +msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64