Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/tags/0.0.3/tcl8.4/dde/pkgIndex.tcl @ 10436

Last change on this file since 10436 was 5167, checked in by rgrieder, 16 years ago

added svn property svn:eol-style native to all tcl files

  • Property svn:eol-style set to native
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.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.