Initial class construction
This commit is contained in:
6
Git/mingw64/lib/itcl4.1.2/pkgIndex.tcl
Normal file
6
Git/mingw64/lib/itcl4.1.2/pkgIndex.tcl
Normal file
@ -0,0 +1,6 @@
|
||||
# Tcl package index file, version 1.0
|
||||
|
||||
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
|
||||
|
||||
package ifneeded itcl 4.1.2 [list load [file join $dir "itcl412.dll"] itcl]
|
||||
package ifneeded Itcl 4.1.2 [list load [file join $dir "itcl412.dll"] itcl]
|
Reference in New Issue
Block a user