1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-15 17:23:53 +00:00
qb64/internal/c/mingw64/opt/lib/dde1.4/pkgIndex.tcl

8 lines
297 B
Tcl
Raw Normal View History

2019-01-01 11:40:38 +00:00
if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".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]
}