diff options
author | Brian Curtin <brian@python.org> | 2012-05-14 03:45:57 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-05-14 03:45:57 (GMT) |
commit | 6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde (patch) | |
tree | 1340f0ef58cf1b5f00960e8524c8f693970e1d9a /Tools/buildbot/buildmsi.bat | |
parent | f6b1b9b2f3a2501592cb4defe1c034fdd1e6d0db (diff) | |
download | cpython-6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde.zip cpython-6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde.tar.gz cpython-6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde.tar.bz2 |
Update the clean and MSI scripts for VS2010
Diffstat (limited to 'Tools/buildbot/buildmsi.bat')
-rw-r--r-- | Tools/buildbot/buildmsi.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index 7e59b54..ae93e67 100644 --- a/Tools/buildbot/buildmsi.bat +++ b/Tools/buildbot/buildmsi.bat @@ -5,7 +5,7 @@ cmd /c Tools\buildbot\external.bat call "%VS100COMNTOOLS%vsvars32.bat" @rem build Python -vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32" +msbuild /p:useenv=true PCbuild\pcbuild.sln /p:Configuration=Release /p:Platform=Win32 @rem build the documentation bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp' |