summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: b7187c02557fab3d2dd504b9de3676db4fdd2687 (plain)
1
2
3
4
5
6
7
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[info sharedlibextension] != ".dll"} return
if {[::tcl::pkgconfig get debug]} {
    package ifneeded dde 1.4.3 [list load [file join $dir tcldde14g.dll] dde]
} else {
    package ifneeded dde 1.4.3 [list load [file join $dir tcldde14.dll] dde]
}