summaryrefslogtreecommitdiff
path: root/tcl/library/dde1.1/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/library/dde1.1/pkgIndex.tcl')
-rw-r--r--tcl/library/dde1.1/pkgIndex.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl/library/dde1.1/pkgIndex.tcl b/tcl/library/dde1.1/pkgIndex.tcl
new file mode 100644
index 00000000000..f818736326f
--- /dev/null
+++ b/tcl/library/dde1.1/pkgIndex.tcl
@@ -0,0 +1,5 @@
+if {[info exists tcl_platform(debug)]} {
+ package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
+} else {
+ package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde]
+}