summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build.bat
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-05-13 23:59:26 (GMT)
committerBrian Curtin <brian@python.org>2012-05-13 23:59:26 (GMT)
commitf6b1b9b2f3a2501592cb4defe1c034fdd1e6d0db (patch)
treea8ae033c5273993ddaaa329d96183ebaffc46b44 /Tools/buildbot/build.bat
parent638f6c1450cb4101b6d0854ab9ce9bd6c5947da7 (diff)
downloadcpython-f6b1b9b2f3a2501592cb4defe1c034fdd1e6d0db.zip
cpython-f6b1b9b2f3a2501592cb4defe1c034fdd1e6d0db.tar.gz
cpython-f6b1b9b2f3a2501592cb4defe1c034fdd1e6d0db.tar.bz2
Correct PlatformTarget->Platform usage for building the solution
Diffstat (limited to 'Tools/buildbot/build.bat')
-rw-r--r--Tools/buildbot/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
index 50a5abf..c103b75 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -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