summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl')
-rw-r--r--Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl b/Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl
new file mode 100644
index 00000000000..f6a479dafce
--- /dev/null
+++ b/Master/tlpkg/tltcl/lib/dde1.4/pkgIndex.tcl
@@ -0,0 +1,7 @@
+if {![package vsatisfies [package provide Tcl] 8.5]} return
+if {[info sharedlibextension] != ".dll"} return
+if {[::tcl::pkgconfig get debug]} {
+ package ifneeded dde 1.4.2 [list load [file join $dir tcldde14g.dll] dde]
+} else {
+ package ifneeded dde 1.4.2 [list load [file join $dir tcldde14.dll] dde]
+}