diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 18:28:18 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 18:28:18 (GMT) |
commit | d7eac77516d6324494b5155a7cfb8f881bf0b7a9 (patch) | |
tree | b0a2728992ae2ab671ca5d076043e0c5a630bf15 /Tools/buildbot | |
parent | 9647389c7787c11f390ef78902310bc0e61ce479 (diff) | |
download | cpython-d7eac77516d6324494b5155a7cfb8f881bf0b7a9.zip cpython-d7eac77516d6324494b5155a7cfb8f881bf0b7a9.tar.gz cpython-d7eac77516d6324494b5155a7cfb8f881bf0b7a9.tar.bz2 |
Force rebuild of Tcl/Tk.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/external.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat index ae18ead..86ce5b7 100644 --- a/Tools/buildbot/external.bat +++ b/Tools/buildbot/external.bat @@ -25,6 +25,9 @@ if not exist openssl-0.9.8g ( )
@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
|