7 lines
188 B
Batchfile
7 lines
188 B
Batchfile
|
@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
|