summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build.bat
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-05-13 23:51:43 (GMT)
committerBrian Curtin <brian@python.org>2012-05-13 23:51:43 (GMT)
commit638f6c1450cb4101b6d0854ab9ce9bd6c5947da7 (patch)
treed98e46a0e896fe7f724b4d1b16d583fb65fbbc2e /Tools/buildbot/build.bat
parent40e41bb77c93b5f622f305e62c4e2177384f1f6c (diff)
downloadcpython-638f6c1450cb4101b6d0854ab9ce9bd6c5947da7.zip
cpython-638f6c1450cb4101b6d0854ab9ce9bd6c5947da7.tar.gz
cpython-638f6c1450cb4101b6d0854ab9ce9bd6c5947da7.tar.bz2
Convert build slave scripts to work with VS2010
Diffstat (limited to 'Tools/buildbot/build.bat')
-rw-r--r--Tools/buildbot/build.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
index d9abc11..50a5abf 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -2,6 +2,7 @@
cmd /c Tools\buildbot\external.bat
call "%VS100COMNTOOLS%vsvars32.bat"
cmd /c Tools\buildbot\clean.bat
-vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
-vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
+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