Initial commit
This commit is contained in:
7
ruby/lib/tcltk/dde1.3/pkgIndex.tcl
Normal file
7
ruby/lib/tcltk/dde1.3/pkgIndex.tcl
Normal file
@@ -0,0 +1,7 @@
|
||||
if {![package vsatisfies [package provide Tcl] 8]} return
|
||||
if {[info sharedlibextension] != ".dll"} return
|
||||
if {[info exists ::tcl_platform(debug)]} {
|
||||
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
|
||||
} else {
|
||||
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
|
||||
}
|
||||
Reference in New Issue
Block a user