historical/toontown-classic.git/panda/python/tcl/reg1.2/pkgIndex.tcl

10 lines
363 B
Tcl
Raw Normal View History

2024-01-16 17:20:27 +00:00
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
package ifneeded registry 1.2.2 \
[list load [file join $dir tclreg12g.dll] registry]
} else {
package ifneeded registry 1.2.2 \
[list load [file join $dir tclreg12.dll] registry]
}