summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 17f09e9cfafbce4bbd450aeae8d24abbc65026db (plain)
1
2
3
4
5
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]
}