diff options
-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
|