1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-08 12:20:15 +00:00
QB64-PE/internal/c/mingw32/opt/lib/tdbc1.0.6/pkgIndex.tcl
2019-01-01 22:40:38 +11:00

12 lines
353 B
Tcl

# Index file to load the TDBC package.
# Make sure that TDBC is running in a compatible version of Tcl, and
# that TclOO is available.
if {[catch {package present Tcl 8.5}]} {
return
}
package ifneeded tdbc 1.0.6 \
"package require TclOO 0.6-;\
[list load [file join $dir tdbc106.dll] tdbc]\;\
[list source [file join $dir tdbc.tcl]]"