summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 437898d41dd067a1f797ffbd23ffb3e92904f273 (plain)
1
2
3
4
5
if {[info exists tcl_platform(debug)]} {
    package ifneeded dde 1.1 [list load [file join $dir tcldde82d.dll] dde]
} else {
    package ifneeded dde 1.1 [list load [file join $dir tcldde82.dll] dde]
}