Artifact 1095f9be70f9742fa518889e6396cd0b3796808b:
- File library/dde/pkgIndex.tcl — part of check-in [00262ff020] at 1999-11-03 02:00:43 on branch core-8-2-1-branch — * library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: fixed packaging to use the debug versions of the libraries when compiled with symbols [Bug: 3254] (user: hobbs size: 203)
- File library/dde1.1/pkgIndex.tcl — part of check-in [00262ff020] at 1999-11-03 02:00:43 on branch core-8-2-1-branch — * library/dde1.1/pkgIndex.tcl: * library/reg1.0/pkgIndex.tcl: fixed packaging to use the debug versions of the libraries when compiled with symbols [Bug: 3254] (user: hobbs size: 203)
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] }