$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-01-03 11:25:46
>>Extreme suggestion here :-) The following would be cool to have:
>>
>>project.source <location>src <pattern>*.c ;
>>
>># builds all the "c" files in the "src" directory.
>>exe foobar : * ;
>>
>
> Not so extreme. I think Toon wanted to do something similar, but I think
> this makes more sense:
>
> project my-project : <source-location>src ;
> exe foobar : *.c ;
>
correct. I would like to see this a lot !