source:
python/vendor/Python-2.6.5/Tools/buildbot/clean-amd64.bat
Last change on this file 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.