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

martin.v.loewis python-checkins at python.org
Fri Sep 14 08:49:44 CEST 2007


Author: martin.v.loewis
Date: Fri Sep 14 08:49:43 2007
New Revision: 58149

Modified:
   python/trunk/Tools/buildbot/clean.bat
Log:
Clean both Release and Debug projects, to support
the MSI builder.


Modified: python/trunk/Tools/buildbot/clean.bat
==============================================================================
--- python/trunk/Tools/buildbot/clean.bat	(original)
+++ python/trunk/Tools/buildbot/clean.bat	Fri Sep 14 08:49:43 2007
@@ -3,4 +3,5 @@
 cd PCbuild
 @echo Deleting .pyc/.pyo files ...
 python_d.exe rmpyc.py
+devenv.com /clean Release pcbuild.sln
 devenv.com /clean Debug pcbuild.sln


More information about the Python-checkins mailing list