source: trunk/essentials/dev-lang/python/Tools/buildbot/clean.bat

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 179 bytes
Line 
1@rem Used by the buildbot "clean" step.
2call "%VS71COMNTOOLS%vsvars32.bat"
3cd PCbuild
4@echo Deleting .pyc/.pyo files ...
5python_d.exe rmpyc.py
6devenv.com /clean Debug pcbuild.sln
Note: See TracBrowser for help on using the repository browser.