Skip to content

Commit

Permalink
Example build code: Separate the output for the different packages a …
Browse files Browse the repository at this point in the history
…bit.
  • Loading branch information
andreas-kupries committed Oct 31, 2011
1 parent 452d2fa commit 37cb0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/random/build.tcl
Expand Up @@ -133,6 +133,8 @@ proc _install {{ldir {}}} {
package require critcl::app

foreach p $packages {
puts ""

set src [file dirname $::me]/$p.tcl
set version [version $src]

Expand Down
2 changes: 2 additions & 0 deletions examples/stack/build.tcl
Expand Up @@ -133,6 +133,8 @@ proc _install {{ldir {}}} {
package require critcl::app

foreach p $packages {
puts ""

set src [file dirname $::me]/$p.tcl
set version [version $src]

Expand Down

0 comments on commit 37cb0aa

Please sign in to comment.