diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:27:21 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:27:21 (GMT) |
commit | d604b7940b14efb191a38ef22c3a38fa3adba4d0 (patch) | |
tree | 1e99fa53dd7d1e2ec7987ea6a0fa79133f2637b8 /pkgIndex.tcl | |
download | blt-d604b7940b14efb191a38ef22c3a38fa3adba4d0.zip blt-d604b7940b14efb191a38ef22c3a38fa3adba4d0.tar.gz blt-d604b7940b14efb191a38ef22c3a38fa3adba4d0.tar.bz2 |
Squashed 'xpa/' content from commit 5769d31
git-subtree-dir: xpa
git-subtree-split: 5769d3130452194aa50e98dc231ea74965339458
Diffstat (limited to 'pkgIndex.tcl')
-rw-r--r-- | pkgIndex.tcl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgIndex.tcl b/pkgIndex.tcl new file mode 100644 index 0000000..75d2435 --- /dev/null +++ b/pkgIndex.tcl @@ -0,0 +1,11 @@ +# Tcl package index file, version 1.1 +# This file is generated by the "pkg_mkIndex -direct" command +# and sourced either when an application starts up or +# by a "package unknown" script. It invokes the +# "package ifneeded" command to set up package-related +# information so that packages will be loaded automatically +# in response to "package require" commands. When this +# script is sourced, the variable $dir must contain the +# full path name of this file's directory. + +package ifneeded tclxpa 2.1 [list load [file join $dir libtclxpa.so]] |