summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl
blob: 1ca9c5a3cb4a838b18e22d9ac3415b124fbcb50a (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]
}