home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / lib / reg1.0 / pkgIndex.tcl next >
Encoding:
Text File  |  2001-10-22  |  311 b   |  9 lines

  1. if {![package vsatisfies [package provide Tcl] 8]} {return}
  2. if {[info exists tcl_platform(debug)]} {
  3.     package ifneeded registry 1.0 \
  4.             [list load [file join $dir tclreg83d.dll] registry]
  5. } else {
  6.     package ifneeded registry 1.0 \
  7.             [list load [file join $dir tclreg83.dll] registry]
  8. }
  9.