[Python-3000-checkins] r61280 - python/branches/py3k/Tools/buildbot/external.bat

martin.v.loewis python-3000-checkins at python.org
Thu Mar 6 19:28:18 CET 2008


Author: martin.v.loewis
Date: Thu Mar  6 19:28:18 2008
New Revision: 61280

Modified:
   python/branches/py3k/Tools/buildbot/external.bat
Log:
Force rebuild of Tcl/Tk.


Modified: python/branches/py3k/Tools/buildbot/external.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/external.bat	(original)
+++ python/branches/py3k/Tools/buildbot/external.bat	Thu Mar  6 19:28:18 2008
@@ -25,6 +25,9 @@
 )
 
 @rem tcltk
+rd /s/q tcltk
+rd /s/q tcl8.4.16
+rd /s/q tk8.4.16
 if not exist tcl8.4.16 (
    if exist tcltk rd /s/q tcltk
    if exist tcl8.4.12 rd /s/q tcl8.4.12


More information about the Python-3000-checkins mailing list