summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl
blob: e8c976b439d22b12f05d0cc7e20516d7eafb949a (plain)
1
2
3
4
5
6
7
8
# Index file to load the TDBC ODBC package.

if {[catch {package require Tcl 8.6}]} {
    return
}
package ifneeded tdbc::odbc 1.1.1 \
    "[list source [file join $dir tdbcodbc.tcl]]\;\
    [list load [file join $dir tdbcodbc111.dll] tdbcodbc]"