diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-14 07:01:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-14 07:01:59 (GMT) |
commit | 782c4179c66d767d2bdc74fbb77630d5a549af79 (patch) | |
tree | 0e4f8c6c176f4252d6621d2633b281e821b90295 /Tools | |
parent | 9a85f040dd0eec001083e7e38cfa3e7b9f1bf3b0 (diff) | |
download | cpython-782c4179c66d767d2bdc74fbb77630d5a549af79.zip cpython-782c4179c66d767d2bdc74fbb77630d5a549af79.tar.gz cpython-782c4179c66d767d2bdc74fbb77630d5a549af79.tar.bz2 |
Backport r58149: Clean Release projects as well.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/clean.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 4b94922..19400a9 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -3,4 +3,5 @@ call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py +devenv.com /clean Release pcbuild.sln devenv.com /clean Debug pcbuild.sln |