diff options
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tdbcmysql1.1.2/pkgIndex.tcl')
-rw-r--r-- | Master/tlpkg/tltcl/lib/tdbcmysql1.1.2/pkgIndex.tcl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tltcl/lib/tdbcmysql1.1.2/pkgIndex.tcl b/Master/tlpkg/tltcl/lib/tdbcmysql1.1.2/pkgIndex.tcl new file mode 100644 index 00000000000..8f16661350d --- /dev/null +++ b/Master/tlpkg/tltcl/lib/tdbcmysql1.1.2/pkgIndex.tcl @@ -0,0 +1,8 @@ +# Index file to load the TDBC MySQL package. + +if {[catch {package require Tcl 8.6}]} { + return +} +package ifneeded tdbc::mysql 1.1.2 \ + "[list source [file join $dir tdbcmysql.tcl]]\;\ + [list load [file join $dir tdbcmysql112.dll] tdbcmysql]" |