summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 1450276a5f66685e1fd498a5b161b6099fc93133 (plain)
1
2
3
4
5
6
7
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
    package ifneeded dde 1.2.5 [list load [file join $dir tcldde12g.dll] dde]
} else {
    package ifneeded dde 1.2.5 [list load [file join $dir tcldde12.dll] dde]
}