Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/library/dde/pkgIndex.tcl @ 35

Last change on this file since 35 was 25, checked in by landauf, 18 years ago

added tcl to libs

File size: 334 bytes
Line 
1if {![package vsatisfies [package provide Tcl] 8]} {return}
2if {[string compare $::tcl_platform(platform) windows]} {return}
3if {[info exists ::tcl_platform(debug)]} {
4    package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
5} else {
6    package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
7}
Note: See TracBrowser for help on using the repository browser.