Clean both Release and Debug projects, to support
the MSI builder.
This commit is contained in:
parent
1338fbfe59
commit
f0a5b09db2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue