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 | abd788eff0d3cda18a5b03bc92e556b2786150a3 (patch) | |
tree | 7c7fc06b51d540bd5677ac63192b481b4714917e /PCbuild/clean.bat | |
parent | f4caa9bda1758324a4e797986308dfa9e9767613 (diff) | |
download | cpython-abd788eff0d3cda18a5b03bc92e556b2786150a3.tar.gz |
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 0000000000..6144c715f6 --- /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 %* |