[Python-checkins] r43063 - python/trunk/Tools/buildbot/clean.bat

tim.peters python-checkins at python.org
Thu Mar 16 03:31:37 CET 2006


Author: tim.peters
Date: Thu Mar 16 03:31:36 2006
New Revision: 43063

Modified:
   python/trunk/Tools/buildbot/clean.bat
Log:
Oops!  Use python_d.exe _before_ it's destroyed :-)


Modified: python/trunk/Tools/buildbot/clean.bat
==============================================================================
--- python/trunk/Tools/buildbot/clean.bat	(original)
+++ python/trunk/Tools/buildbot/clean.bat	Thu Mar 16 03:31:36 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