summaryrefslogtreecommitdiffstats
path: root/library/dde1.1/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/dde1.1/pkgIndex.tcl')
-rw-r--r--library/dde1.1/pkgIndex.tcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/library/dde1.1/pkgIndex.tcl b/library/dde1.1/pkgIndex.tcl
index a78dc93..437898d 100644
--- a/library/dde1.1/pkgIndex.tcl
+++ b/library/dde1.1/pkgIndex.tcl
@@ -1 +1,5 @@
-package ifneeded dde 1.1 "load [list [file join $dir tcldde82.dll]] dde"
+if {[info exists tcl_platform(debug)]} {
+ package ifneeded dde 1.1 [list load [file join $dir tcldde82d.dll] dde]
+} else {
+ package ifneeded dde 1.1 [list load [file join $dir tcldde82.dll] dde]
+}