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