source:
python/trunk/Tools/buildbot/clean.bat@
389
| Last change on this file since 389 was 2, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 232 bytes | |
| Line | |
|---|---|
| 1 | @rem Used by the buildbot "clean" step. |
| 2 | call "%VS90COMNTOOLS%vsvars32.bat" |
| 3 | @echo Deleting .pyc/.pyo files ... |
| 4 | del /s Lib\*.pyc Lib\*.pyo |
| 5 | cd PCbuild |
| 6 | vcbuild /clean pcbuild.sln "Release|Win32" |
| 7 | vcbuild /clean pcbuild.sln "Debug|Win32" |
Note:
See TracBrowser
for help on using the repository browser.
