1
2
3
4
5
6
7
8
9
|
# pkgIndex.tcl -
# A new manually generated "pkgIndex.tcl" file for tls to replace the original
# which didn't include the commands from "tls.tcl".
#
# Al Borr 12/99, last revised Jan 11/00.
package ifneeded tls 1.3 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|
|
>
|
|
<
|
|
1
2
3
4
5
6
7
8
9
|
# pkgIndex.tcl -
#
# A new manually generated "pkgIndex.tcl" file for tls to
# replace the original which didn't include the commands from "tls.tcl".
#
package ifneeded tls 1.4 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|