summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-07-16 05:24:48 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-07-16 05:24:48 (GMT)
commit4734372aa0c7ae481bb6b9de0b5c3f9323c670fd (patch)
tree256a901ba2990cd1427852a2c9a83fc0313fd003 /Tools
parent10c997ae9c522e323fe430ef67507376fad835b3 (diff)
downloadcpython-4734372aa0c7ae481bb6b9de0b5c3f9323c670fd.zip
cpython-4734372aa0c7ae481bb6b9de0b5c3f9323c670fd.tar.gz
cpython-4734372aa0c7ae481bb6b9de0b5c3f9323c670fd.tar.bz2
Close #24508: Backport the 3.5 MSBuild project files.
The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files.
Diffstat (limited to 'Tools')
-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 7bf7a6d..3d825fe 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -15,4 +15,4 @@ call "%~dp0clean.bat" %*
@rem 4) re-comment, commit and push again
@rem Do the build
-call "%~dp0..\..\PCbuild\build.bat" -e -d -k %*
+call "%~dp0..\..\PCbuild\build.bat" -v -e -d -k %*