summaryrefslogtreecommitdiffstats
path: root/library/dde/pkgIndex.tcl
blob: 5b4eae9c8587f3dc24fe3b079fbef4f3cd7e7fa1 (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.4.0 [list load [file join $dir tcldde14g.dll] dde]
} else {
    package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde]
}