diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-11-26 20:08:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-11-26 20:08:41 (GMT) |
commit | 95844816a714456156ed31854b004d29c3e29dbe (patch) | |
tree | 337e2d0ee4f2fb1a31ffb141eccbb1cdf6d71a04 /tcl8.6/library/dde | |
parent | 3dcee315fb784599a02aaafe3a83cfea0c1d1fe9 (diff) | |
download | blt-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.tcl | 7 |
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] +} |