summaryrefslogtreecommitdiffstats
path: root/library/dde1.1/pkgIndex.tcl
blob: 7e7a5a2a56494182cba97a571602a8171206201c (plain)
1
2
3
4
5
6
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists tcl_platform(debug)]} {
    package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
} else {
    package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde]
}