Clean both Release and Debug projects, to support

the MSI builder.
This commit is contained in:
Martin v. Löwis 2007-09-14 06:49:43 +00:00
parent 1338fbfe59
commit f0a5b09db2
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild cd PCbuild
@echo Deleting .pyc/.pyo files ... @echo Deleting .pyc/.pyo files ...
python_d.exe rmpyc.py python_d.exe rmpyc.py
devenv.com /clean Release pcbuild.sln
devenv.com /clean Debug pcbuild.sln devenv.com /clean Debug pcbuild.sln