diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-16 05:24:48 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-16 05:24:48 (GMT) |
commit | 4734372aa0c7ae481bb6b9de0b5c3f9323c670fd (patch) | |
tree | 256a901ba2990cd1427852a2c9a83fc0313fd003 /Tools | |
parent | 10c997ae9c522e323fe430ef67507376fad835b3 (diff) | |
download | cpython-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.bat | 2 |
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 %*
|