blob: 6e83bd9e506e36432090ec5fb50a10d7269ff006 [file] [log] [blame]
Guido van Rossumcd16bf62007-06-13 18:07:49 +00001@rem Used by the buildbot "clean" step.
2call "%VS71COMNTOOLS%vsvars32.bat"
3cd PCbuild
4@echo Deleting .pyc/.pyo files ...
Thomas Heller1c8e5bc2007-11-16 07:00:30 +00005del /s Lib\*.pyc Lib\*.pyo
Guido van Rossumcd16bf62007-06-13 18:07:49 +00006devenv.com /clean ReleaseAMD64 pcbuild.sln