Files
cpython-bin-deps/amd64/lib/reg1.3/pkgIndex.tcl
2017-07-13 07:27:06 +00:00

10 lines
345 B
Tcl

if {([info commands ::tcl::pkgconfig] eq "")
|| ([info sharedlibextension] ne ".dll")} return
if {[::tcl::pkgconfig get debug]} {
package ifneeded registry 1.3.2 \
[list load [file join $dir tclreg13g.dll] registry]
} else {
package ifneeded registry 1.3.2 \
[list load [file join $dir tclreg13.dll] registry]
}