Last change
on this file since 5129 was
5129,
checked in by landauf, 16 years ago
|
renamed tcl to tcl8.5, added tcl8.4
|
File size:
334 bytes
|
Rev | Line | |
---|
[5129] | 1 | if {![package vsatisfies [package provide Tcl] 8]} {return} |
---|
| 2 | if {[string compare $::tcl_platform(platform) windows]} {return} |
---|
| 3 | if {[info exists ::tcl_platform(debug)]} { |
---|
| 4 | package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde] |
---|
| 5 | } else { |
---|
| 6 | package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde] |
---|
| 7 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.