CardiacPhase/Git/mingw64/lib/reg1.3/pkgIndex.tcl

10 lines
345 B
Tcl
Raw Normal View History

2019-05-06 16:34:28 +02:00
if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".dll")} return
if {[::tcl::pkgconfig get debug]} {
package ifneeded registry 1.3.3 \
[list load [file join $dir tclreg13g.dll] registry]
} else {
package ifneeded registry 1.3.3 \
[list load [file join $dir tclreg13.dll] registry]
}