diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-11-22 12:54:57 -0800 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-11-22 12:54:57 -0800 |
commit | 65e4cb10d9d9964f30bc72561bf0e86833328a3b (patch) | |
tree | 1c9502ea790480e2ea06b380d912eeb879b2f96d /PCbuild/clean.bat | |
parent | Stop using a deprecated unittest.TestCase method. (diff) | |
download | cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.tar.gz cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.tar.bz2 cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.zip |
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
Diffstat (limited to 'PCbuild/clean.bat')
-rw-r--r-- | PCbuild/clean.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat new file mode 100644 index 00000000000..6144c715f64 --- /dev/null +++ b/PCbuild/clean.bat @@ -0,0 +1,5 @@ +@echo off +rem A batch program to clean a particular configuration, +rem just for convenience. + +call %~dp0build.bat -t Clean %* |