summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tdbcmysql1.1.1/pkgIndex.tcl
blob: c1d901303d95dbb293e83a580e9cdf1a9d4051d5 (plain)
1
2
3
4
5
6
7
8
# 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 tdbcmysql111.dll] tdbcmysql]"