[Python-checkins] cpython: Issue #15102: Allow platform-specific settings for the current project

stefan.krah python-checkins at python.org
Sat Jun 23 18:59:15 CEST 2012


http://hg.python.org/cpython/rev/979567d33376
changeset:   77638:979567d33376
user:        Stefan Krah <skrah at bytereef.org>
date:        Sat Jun 23 18:57:45 2012 +0200
summary:
  Issue #15102: Allow platform-specific settings for the current project
to override environment variables.

files:
  Tools/buildbot/build-amd64.bat |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list