Backport r58149: Clean Release projects as well.

This commit is contained in:
Martin v. Löwis 2007-09-14 07:01:59 +00:00
parent 9a85f040dd
commit 782c4179c6
1 changed files with 1 additions and 0 deletions

View File

@ -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