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