blob: 263e22bb37bec365e938a9130591015893fc84d2 (
plain)
1
2
3
4
5
6
|
@rem Used by the buildbot "clean" step.
REM call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python.exe rmpyc.py
devenv.com /clean ReleaseAMD64 pcbuild.sln
|