blob: 1ce16052a73ea8ed99fba13bcccb443410b92f19 [file] [log] [blame]
Martin v. Löwis945c6322008-06-14 11:51:54 +00001@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"