diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-14 06:49:43 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-14 06:49:43 (GMT) |
commit | f0a5b09db28e7b80f3a8d14604cff4795a455738 (patch) | |
tree | e172a79349f31b572f7a7ba5370e9260dfcee5f6 | |
parent | 1338fbfe59ac416e1971ab097c2b922ae56a065a (diff) | |
download | cpython-f0a5b09db28e7b80f3a8d14604cff4795a455738.zip cpython-f0a5b09db28e7b80f3a8d14604cff4795a455738.tar.gz cpython-f0a5b09db28e7b80f3a8d14604cff4795a455738.tar.bz2 |
Clean both Release and Debug projects, to support
the MSI builder.
-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 |