Antoine Pitrou | 7f1e174 | 2011-02-25 14:19:48 +0000 | [diff] [blame^] | 1 | @rem Used by the buildbot "clean" step. |
2 | call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 | ||||
3 | cd PCbuild | ||||
4 | @echo Deleting .pyc/.pyo files ... | ||||
5 | del /s Lib\*.pyc Lib\*.pyo | ||||
6 | vcbuild /clean pcbuild.sln "Release|x64" | ||||
7 | vcbuild /clean pcbuild.sln "Debug|x64" |