source: python/vendor/Python-2.6.5/Tools/buildbot/clean-amd64.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: 249 bytes
Line 
1@rem Used by the buildbot "clean" step.
2call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
3cd PCbuild
4@echo Deleting .pyc/.pyo files ...
5del /s Lib\*.pyc Lib\*.pyo
6vcbuild /clean pcbuild.sln "Release|x64"
7vcbuild /clean pcbuild.sln "Debug|x64"
Note: See TracBrowser for help on using the repository browser.