summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: ce920280d24417b19c233afd67da662e7fc0b12b (plain)
1
2
3
4
5
6
7
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[string compare [info sharedlibextension] .dll]} return
if {[::tcl::pkgconfig get debug]} {
    package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
} else {
    package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
}