summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: dca0f21981c3c0fbfd5907b6e939217284781721 (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.2.2 [list load [file join $dir tcldde12g.dll] dde]
} else {
    package ifneeded dde 1.2.2 [list load [file join $dir tcldde12.dll] dde]
}