2007-06-10 12:59:17 -03:00
|
|
|
@rem Used by the buildbot "clean" step.
|
2007-06-10 15:27:54 -03:00
|
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
2007-06-10 12:59:17 -03:00
|
|
|
cd PCbuild
|
|
|
|
@echo Deleting .pyc/.pyo files ...
|
|
|
|
python.exe rmpyc.py
|
|
|
|
devenv.com /clean ReleaseAMD64 pcbuild.sln
|