blob: 0d4d12e3537d5ada6a578b22fb7baedd5ff02ecc [file] [log] [blame]
Martin v. Löwisb072cf22008-06-14 11:59:52 +00001@rem Used by the buildbot "clean" step.
2call "%VS90COMNTOOLS%vsvars32.bat"
3@echo Deleting .pyc/.pyo files ...
4del /s Lib\*.pyc Lib\*.pyo
5cd PCbuild
6vcbuild /clean pcbuild.sln "Release|Win32"
7vcbuild /clean pcbuild.sln "Debug|Win32"