home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog Special Freeware 31
/
FreelogHS31.iso
/
Texte
/
scribus
/
scribus-1.3.3.9-win32-install.exe
/
tcl
/
dde1.2
/
pkgIndex.tcl
next >
Wrap
Text File
|
2004-07-22
|
334b
|
8 lines
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
package ifneeded dde 1.2.3 [list load [file join $dir tcldde12g.dll] dde]
} else {
package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde]
}