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