Use 'del' instead of rmpyc.py to remove the pyc and pyo files.

This commit is contained in:
Thomas Heller 2007-11-16 07:00:30 +00:00
parent 631784322b
commit 1c8e5bc3b7
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python.exe rmpyc.py
del /s Lib\*.pyc Lib\*.pyo
devenv.com /clean ReleaseAMD64 pcbuild.sln

View file

@ -2,6 +2,6 @@
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python_d.exe rmpyc.py
del /s Lib\*.pyc Lib\*.pyo
devenv.com /clean Release pcbuild.sln
devenv.com /clean Debug pcbuild.sln