[Python-checkins] r43064 - python/branches/release24-maint/Tools/buildbot/clean.bat
tim.peters
python-checkins at python.org
Thu Mar 16 03:33:58 CET 2006
Author: tim.peters
Date: Thu Mar 16 03:33:55 2006
New Revision: 43064
Modified:
python/branches/release24-maint/Tools/buildbot/clean.bat
Log:
Merge rev 43063 from trunk.
Oops! Use python_d.exe _before_ it's destroyed :-)
Modified: python/branches/release24-maint/Tools/buildbot/clean.bat
==============================================================================
--- python/branches/release24-maint/Tools/buildbot/clean.bat (original)
+++ python/branches/release24-maint/Tools/buildbot/clean.bat Thu Mar 16 03:33:55 2006
@@ -1,6 +1,6 @@
@rem Used by the buildbot "clean" step.
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
-devenv.com /clean Debug pcbuild.sln
@echo Deleting .pyc/.pyo files ...
python_d.exe rmpyc.py
+devenv.com /clean Debug pcbuild.sln
More information about the Python-checkins
mailing list