Fix imported build of Tcl/Tk 8.6.11 (previous version was actually 8.6.10)

This commit is contained in:
Steve Dower
2021-11-04 00:36:00 +00:00
parent 8986c8988f
commit c5c7ca7f25
288 changed files with 20280 additions and 4662 deletions

View File

@@ -1,9 +1,9 @@
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[info sharedlibextension] != ".dll"} return
if {[::tcl::pkgconfig get debug]} {
package ifneeded registry 1.3.4 \
[list load [file join $dir tclreg13g.dll] registry]
package ifneeded registry 1.3.5 \
[list load [file join $dir tclreg13g.dll] Registry]
} else {
package ifneeded registry 1.3.4 \
[list load [file join $dir tclreg13.dll] registry]
package ifneeded registry 1.3.5 \
[list load [file join $dir tclreg13.dll] Registry]
}

Binary file not shown.