]> granicus.if.org Git - python/commitdiff
Correct PlatformTarget->Platform usage for building the solution
authorBrian Curtin <brian@python.org>
Sun, 13 May 2012 23:59:26 +0000 (18:59 -0500)
committerBrian Curtin <brian@python.org>
Sun, 13 May 2012 23:59:26 +0000 (18:59 -0500)
Tools/buildbot/build-amd64.bat
Tools/buildbot/build.bat

index d7dd5303a2df3e61db6a03fd7242bab5a1868e8d..a4ed6db89b05012c738d2b000d0eaf667fd1fc32 100644 (file)
@@ -4,4 +4,4 @@ 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
 PCbuild\amd64\kill_python_d.exe
-msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x64
+msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64
index 50a5abf54c124013f3cb6877f33de376dd1d63fb..c103b756d249ca78fba6339fd6ba9de6b87c01c3 100644 (file)
@@ -4,5 +4,5 @@ call "%VS100COMNTOOLS%vsvars32.bat"
 cmd /c Tools\buildbot\clean.bat
 msbuild /p:useenv=true 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:PlatformTarget=x86
+msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32