|
5 | 5 | @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment |
6 | 6 | @rem the following, check it in, then check it out, comment it out, then check it back in. |
7 | 7 | @rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6 |
8 | | -if exist tcltk rd /s/q tcltk |
9 | | -if exist tcltk64 rd /s/q tcltk64 |
10 | | -if exist tcl8.4.12 rd /s/q tcl8.4.12 |
11 | | -if exist tcl8.4.16 rd /s/q tcl8.4.16 |
12 | | -if exist tcl-8.4.18.1 rd /s/q tcl-8.4.18.1 |
13 | | -if exist tcl-8.5.2.1 rd /s/q tcl-8.5.2.1 |
14 | | -if exist tcl-8.5.9.0 rd /s/q tcl-8.5.9.0 |
15 | | -if exist tcl-8.5.11.0 rd /s/q tcl-8.5.11.0 |
16 | | -if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0 |
17 | | -if exist tk8.4.12 rd /s/q tk8.4.12 |
18 | | -if exist tk8.4.16 rd /s/q tk8.4.16 |
19 | | -if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1 |
20 | | -if exist tk-8.5.2.0 rd /s/q tk-8.5.2.0 |
21 | | -if exist tk-8.5.9.0 rd /s/q tk-8.5.9.0 |
22 | | -if exist tk-8.5.11.0 rd /s/q tk-8.5.11.0 |
23 | | -if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0 |
| 8 | +@rem if exist tcltk rd /s/q tcltk |
| 9 | +@rem if exist tcltk64 rd /s/q tcltk64 |
| 10 | +@rem if exist tcl-8.6.1.0 rd /s/q tcl-8.6.1.0 |
| 11 | +@rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0 |
24 | 12 | @rem if exist db-4.4.20 rd /s/q db-4.4.20 |
25 | 13 | @rem if exist openssl-1.0.1e rd /s/q openssl-1.0.1g |
26 | 14 | @rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12 |
|
0 commit comments