]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge rev 43063 from trunk.
authorTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 02:33:55 +0000 (02:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 16 Mar 2006 02:33:55 +0000 (02:33 +0000)
Oops!  Use python_d.exe _before_ it's destroyed :-)

Tools/buildbot/clean.bat

index 7e7d713ed9b0c8319f0aae6c7848e18e042dd4e1..4b949225d183bb0932359fda218140d8bcf2e598 100644 (file)
@@ -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