summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tdbcodbc1.1.2/pkgIndex.tcl
blob: 4d87954b3a2e19009698e7a136f0a4466d4615af (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.2 \
    "[list source [file join $dir tdbcodbc.tcl]]\;\
    [list load [file join $dir tdbcodbc112.dll] tdbcodbc]"