source: python/vendor/Python-2.6.5/Tools/buildbot/clean.bat

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 232 bytes
Line 
1@rem Used by the buildbot "clean" step.
2call "%VS90COMNTOOLS%vsvars32.bat"
3@echo Deleting .pyc/.pyo files ...
4del /s Lib\*.pyc Lib\*.pyo
5cd PCbuild
6vcbuild /clean pcbuild.sln "Release|Win32"
7vcbuild /clean pcbuild.sln "Debug|Win32"
Note: See TracBrowser for help on using the repository browser.