Differences From Artifact [812a044170]:
- File pkgIndex.tcl.in — part of check-in [b579486d80] at 2010-10-10 19:10:07 on branch trunk — Updated to create a pkgIndex.tcl from the configure script (user: rkeene, size: 107) [annotate] [blame] [check-ins using]
To Artifact [70595f8e35]:
- File pkgIndex.tcl.in — part of check-in [8e5c0ef367] at 2019-06-12 21:52:13 on branch trunk — TclPKCS 0.9.13 with many build-related cleanups (user: rkeene, size: 217) [annotate] [blame] [check-ins using]
|
| | > > > > > > > > | 1 2 3 4 5 6 7 8 9 | package ifneeded pki::pkcs11 @PACKAGE_VERSION@ [list apply {{dir} { if {{@TCLEXT_BUILD@} eq "shared"} { set toLoad [file join $dir @EXTENSION_TARGET@] } else { set toLoad "" } load $toLoad Tclpkcs11 }} $dir] |