Files
cpython-source-deps/library/dde/pkgIndex.tcl
2021-03-30 00:51:39 +01:00

8 lines
310 B
Tcl

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]
}