/Tools/buildbot/clean.bat
http://unladen-swallow.googlecode.com/ · Batch · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 43776458167e08e2b4836449b9167dba MD5 · raw file
- @rem Used by the buildbot "clean" step.
- call "%VS90COMNTOOLS%vsvars32.bat"
- @echo Deleting .pyc/.pyo files ...
- del /s Lib\*.pyc Lib\*.pyo
- cd PCbuild
- vcbuild /clean pcbuild.sln "Release|Win32"
- vcbuild /clean pcbuild.sln "Debug|Win32"