Differences From Artifact [6a5121b267]:
- File tcl/8.4/msil/HelloWorld1.0/pkgIndex.tcl — part of check-in [722f412eed] at 2017-07-01 21:00:16 on branch trunk — Add package index file missing from the previous check-in. (user: mistachkin, size: 825) [annotate] [blame] [check-ins using]
To Artifact [0595e45b40]:
- File packages/tcl/8.4/msil/HelloWorld1.0/pkgIndex.tcl — part of check-in [4a0a76829e] at 2017-07-21 21:55:54 on branch trunk — Move all the package files into the 'packages' sub-directory. (user: mistachkin, size: 929) [annotate] [blame] [check-ins using]
- File tcl/8.4/msil/HelloWorld1.0/pkgIndex.tcl — part of check-in [333c76413b] at 2017-07-01 21:32:26 on branch trunk — Make the HelloWorld package index more cross-platform. (user: mistachkin, size: 929) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + - + + | # ############################################################################### if {![package vsatisfies [package provide Tcl] 8.4]} then {return} if {[string length [package provide Eagle]] > 0} then {return} package ifneeded HelloWorld 1.0 [list apply [list { dir } { set command [list exec] if {![isWindows]} then {lappend command mono} |