]> granicus.if.org Git - python/commitdiff
Issue #15102: Allow platform-specific settings for the current project
authorStefan Krah <skrah@bytereef.org>
Sat, 23 Jun 2012 16:57:45 +0000 (18:57 +0200)
committerStefan Krah <skrah@bytereef.org>
Sat, 23 Jun 2012 16:57:45 +0000 (18:57 +0200)
to override environment variables.

Tools/buildbot/build-amd64.bat

index a4ed6db89b05012c738d2b000d0eaf667fd1fc32..7ee7b2d9b3632744d412fa18d07bd1cfdad9c88d 100644 (file)
@@ -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