diff options
Diffstat (limited to 'library/dde/pkgIndex.tcl')
| -rw-r--r-- | library/dde/pkgIndex.tcl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index a78dc93..4cf73d0 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1 +1,7 @@ -package ifneeded dde 1.1 "load [list [file join $dir tcldde82.dll]] dde"
+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] +} |
