source: python/trunk/Tools/buildbot/clean-amd64.bat@ 603

Last change on this file since 603 was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 307 bytes
Line 
1@rem Used by the buildbot "clean" step.
2call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
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|x64"
9vcbuild /clean pcbuild.sln "Debug|x64"
10cd ..
Note: See TracBrowser for help on using the repository browser.