Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/tcl8.4/reg/pkgIndex.tcl @ 5167

Last change on this file since 5167 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
  • Property svn:executable set to *
File size: 382 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 registry 1.1.5 \
5            [list load [file join $dir tclreg11g.dll] registry]
6} else {
7    package ifneeded registry 1.1.5 \
8            [list load [file join $dir tclreg11.dll] registry]
9}
Note: See TracBrowser for help on using the repository browser.