Differences From Artifact [00c586db9f]:
- File pkgIndex.tcl.in — part of check-in [78d29c05b7] at 2014-05-03 20:31:22 on branch trunk — Renamed everything to the name of the package (tcc4tcl) (user: rkeene, size: 86) [annotate] [blame] [check-ins using] [more...]
To Artifact [26945f81a8]:
- File pkgIndex.tcl.in — part of check-in [f6d387c96c] at 2017-10-13 20:34:02 on branch trunk — Added enough critcl to be handle tcllib (user: rkeene, size: 158) [annotate] [blame] [check-ins using]
1 | package ifneeded tcc4tcl @PACKAGE_VERSION@ [list source [file join $dir tcc4tcl.tcl]] | > | 1 2 | package ifneeded tcc4tcl @PACKAGE_VERSION@ [list source [file join $dir tcc4tcl.tcl]] package ifneeded critcl 0 [list source [file join $dir tcc4critcl.tcl]] |