source:
trunk/essentials/dev-lang/python/Tools/buildbot/clean.bat
Last change on this file was 3225, checked in by , 18 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | @rem Used by the buildbot "clean" step. |
2 | call "%VS71COMNTOOLS%vsvars32.bat" |
3 | cd PCbuild |
4 | @echo Deleting .pyc/.pyo files ... |
5 | python_d.exe rmpyc.py |
6 | devenv.com /clean Debug pcbuild.sln |
Note:
See TracBrowser
for help on using the repository browser.