source: trunk/src/tcl/pkgIndex.tcl.in @ 527

Last change on this file since 527 was 527, checked in by nkissebe, 18 years ago

TEA configuration support added (Windows support)

File size: 269 bytes
Line 
1# this file identifies Rappture as a Tcl package
2package ifneeded Rappture @PACKAGE_VERSION@ [list source [file join $dir init.tcl]]
3namespace eval Rappture {}
4set Rappture::installdir [file join $dir]
5if {"." == $Rappture::installdir} {
6        set installdir [pwd]
7}
Note: See TracBrowser for help on using the repository browser.