cpython/Tools/buildbot/clean.bat

8 lines
223 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 PC\VS7.1
@echo Deleting .pyc/.pyo files ...
del /s Lib\*.pyc Lib\*.pyo
devenv.com /clean Release pcbuild.sln
devenv.com /clean Debug pcbuild.sln