Change the Windows buildbot "clean" step to remove

stale .pyc files.
This commit is contained in:
Tim Peters 2006-03-16 01:54:16 +00:00
parent cf79aace07
commit 378832c914
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
@rem Used by the buildbot "clean" step.
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.com /clean Debug PCbuild\pcbuild.sln
cd PCbuild
devenv.com /clean Debug pcbuild.sln
@echo Deleting .pyc/.pyo files ...
python_d.exe rmpyc.py