Files
cpython-source-deps/library/dde/pkgIndex.tcl
2020-09-24 22:53:56 +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.2 [list load [file join $dir tcldde14g.dll] dde]
} else {
package ifneeded dde 1.4.2 [list load [file join $dir tcldde14.dll] dde]
}