$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-19 05:18:57
> Also, there are macros introduced by Jamfiles and configuration macros
> set by users in their own Jam/Make/whateverfiles. Unless you know
> what their values will be ahead of time, you may leave out some files
> the user will need.
Yes, it's a hard problem to solve accurately, the more you prune the
include-tree the greater the likelyhood of the system becomming unreliable.
Lets give Peter's suggestion a try and see what it gains us first.
John.