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 / snack2.1 / pkgIndex.tcl < prev    next >
Encoding:
Text File  |  2001-10-22  |  451 b   |  14 lines

  1. #
  2. # Immediate loading of Snack because of item types etc.
  3. #
  4. # http://www.wjduquette.com/tcl/namespaces.html
  5. #
  6.  
  7. package ifneeded snack 2.1 "[list load [file join $dir libsnack.dll]];[list source [file join $dir snack.tcl]]"
  8.  
  9. package ifneeded sound 2.1 [list load [file join $dir libsound.dll]]
  10.  
  11. package ifneeded snacksphere 1.2 [list load [file join $dir libsnacksphere.dll]]
  12.  
  13. package ifneeded snackogg 1.1 [list load [file join $dir libsnackogg.dll]]
  14.