summaryrefslogtreecommitdiff
path: root/tcl/library/dde/pkgIndex.tcl
blob: f045ad89e500c013745805428e67e7c82521fffe (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 [list load [file join $dir tcldde12d.dll] dde]
} else {
    package ifneeded dde 1.2 [list load [file join $dir tcldde12.dll] dde]
}