mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-31 03:50:15 -07:00
8 lines
256 B
Tcl
8 lines
256 B
Tcl
# Index file to load the TDBC MySQL package.
|
|
|
|
if {[catch {package require Tcl 8.6}]} {
|
|
return
|
|
}
|
|
package ifneeded tdbc::mysql 1.1.1 \
|
|
"[list source [file join $dir tdbcmysql.tcl]]\;\
|
|
[list load [file join $dir libtdbcmysql1.1.1.dll] tdbcmysql]"
|