summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl')
-rw-r--r--Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl b/Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl
new file mode 100644
index 00000000000..e8c976b439d
--- /dev/null
+++ b/Master/tlpkg/tltcl/lib/tdbcodbc1.1.1/pkgIndex.tcl
@@ -0,0 +1,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]"