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