cpython/Tools/buildbot/clean.bat

7 lines
179 B
Batchfile
Raw Normal View History

2006-03-12 02:47:36 -04:00
@rem Used by the buildbot "clean" step.
2006-03-05 12:18:44 -04:00
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python_d.exe rmpyc.py
devenv.com /clean Debug pcbuild.sln