diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-10-17 19:52:11 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-10-17 19:52:11 (GMT) |
commit | da0aaf36f00f649cd910b1bcb972b4ad476cd5fd (patch) | |
tree | 3d5215355c39587ed375451b86b7f9962f739a5f /tcl8.6/library/dde | |
parent | 9bfb1e415c87790341c6a3520b081292fcdb058b (diff) | |
parent | c8bc058c566bbcbcd23e732197d64fecc739008f (diff) | |
download | blt-da0aaf36f00f649cd910b1bcb972b4ad476cd5fd.zip blt-da0aaf36f00f649cd910b1bcb972b4ad476cd5fd.tar.gz blt-da0aaf36f00f649cd910b1bcb972b4ad476cd5fd.tar.bz2 |
Merge commit 'c8bc058c566bbcbcd23e732197d64fecc739008f' as 'tcl8.6'
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..4cf73d0 --- /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.0 [list load [file join $dir tcldde14g.dll] dde] +} else { + package ifneeded dde 1.4.0 [list load [file join $dir tcldde14.dll] dde] +} |