2006-03-12 02:47:36 -04:00
|
|
|
@rem Used by the buildbot "clean" step.
|
2006-03-05 12:18:44 -04:00
|
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
2006-04-21 06:43:23 -03:00
|
|
|
cd PCbuild
|
|
|
|
@echo Deleting .pyc/.pyo files ...
|
|
|
|
python_d.exe rmpyc.py
|
2007-09-14 04:03:21 -03:00
|
|
|
devenv.com /clean Release pcbuild.sln
|
2006-04-21 06:43:23 -03:00
|
|
|
devenv.com /clean Debug pcbuild.sln
|