$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-20 10:08:13
Arkadiy Vertleyb wrote:
> > Also, I don't believe that BBv2 has incremental build support.
>
>Do you mean it always rebuilds everything?! Any reason why it is
>acceptable?
Oops: I meant incremental linking! BBv2 will only rebuild targets it detects
as being out of date, so it doesn't rebuild everything all the time. You can
do a rebuild by passing -a to bjam.
- Reece