source:
branches/blt4_geovis/gui/pkgIndex.tcl.in
@
6227
Last change on this file since 6227 was 2170, checked in by gah, 14 years ago | |
---|---|
File size: 406 bytes |
Line | |
---|---|
1 | |
2 | package ifneeded RapptureGUI @PACKAGE_VERSION@ [format { |
3 | set dir [file normalize "%s"] |
4 | set version @PACKAGE_VERSION@ |
5 | lappend auto_path [file join $dir scripts] |
6 | namespace eval RapptureGUI { |
7 | variable version $version |
8 | variable library $dir |
9 | } |
10 | set ext [info sharedlibextension] |
11 | load [file join $dir "RapptureGUI${version}${ext}"] |
12 | package provide RapptureGUI $version |
13 | } $dir] |
14 |
Note: See TracBrowser
for help on using the repository browser.