summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/clean-amd64.bat
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-06-10 15:59:17 (GMT)
committerThomas Heller <theller@ctypes.org>2007-06-10 15:59:17 (GMT)
commit3608a163a6d2a3b07e70cbd6bfce1e770347a0aa (patch)
treed484422e03a3016a0aceabb0c035a426c0338a2b /Tools/buildbot/clean-amd64.bat
parent9201e7f1a663abc76a4bcd57686c1e966240da64 (diff)
downloadcpython-3608a163a6d2a3b07e70cbd6bfce1e770347a0aa.zip
cpython-3608a163a6d2a3b07e70cbd6bfce1e770347a0aa.tar.gz
cpython-3608a163a6d2a3b07e70cbd6bfce1e770347a0aa.tar.bz2
First version of build scripts for Windows/AMD64 (no external
components are built yet, and 'kill_python' is disabled).
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