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

Last change on this file was 388, checked in by dmik, 11 years ago

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 290 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
5@echo Deleting test leftovers ...
6rmdir /s /q build
7cd PCbuild
8vcbuild /clean pcbuild.sln "Release|Win32"
9vcbuild /clean pcbuild.sln "Debug|Win32"
10cd ..
Note: See TracBrowser for help on using the repository browser.