summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/clean-amd64.bat
blob: 6e83bd9e506e36432090ec5fb50a10d7269ff006 (plain)
1
2
3
4
5
6
@rem Used by the buildbot "clean" step.
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
del /s Lib\*.pyc Lib\*.pyo
devenv.com /clean ReleaseAMD64 pcbuild.sln