summaryrefslogtreecommitdiffstats
path: root/tcl8.6/library/dde
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-11-26 20:08:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-11-26 20:08:41 (GMT)
commit95844816a714456156ed31854b004d29c3e29dbe (patch)
tree337e2d0ee4f2fb1a31ffb141eccbb1cdf6d71a04 /tcl8.6/library/dde
parent3dcee315fb784599a02aaafe3a83cfea0c1d1fe9 (diff)
downloadblt-95844816a714456156ed31854b004d29c3e29dbe.zip
blt-95844816a714456156ed31854b004d29c3e29dbe.tar.gz
blt-95844816a714456156ed31854b004d29c3e29dbe.tar.bz2
update tcl/tk
Diffstat (limited to 'tcl8.6/library/dde')
-rw-r--r--tcl8.6/library/dde/pkgIndex.tcl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcl8.6/library/dde/pkgIndex.tcl b/tcl8.6/library/dde/pkgIndex.tcl
new file mode 100644
index 0000000..7aa67fa
--- /dev/null
+++ b/tcl8.6/library/dde/pkgIndex.tcl
@@ -0,0 +1,7 @@
+if {([info commands ::tcl::pkgconfig] eq "")
+ || ([info sharedlibextension] ne ".dll")} return
+if {[::tcl::pkgconfig get debug]} {
+ package ifneeded dde 1.4.1 [list load [file join $dir tcldde14g.dll] dde]
+} else {
+ package ifneeded dde 1.4.1 [list load [file join $dir tcldde14.dll] dde]
+}