summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/clean-amd64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/buildbot/clean-amd64.bat')
-rw-r--r--Tools/buildbot/clean-amd64.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat
new file mode 100644
index 0000000..263e22b
--- /dev/null
+++ b/Tools/buildbot/clean-amd64.bat
@@ -0,0 +1,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