blob: ec71804da0112d3742a3209848eb3e55bb8ae830 [file] [log] [blame]
Georg Brandl49857f82011-03-05 15:11:35 +01001@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"