$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-04-07 05:31:22
> Is this feasible? If so, can I do it without having to include *the
> entire* source-code set (with it's enormouse number of files) or being
> forced to use bjam?
That's exectly what the bcp tool is for:
http://www.boost.org/tools/bcp/bcp.html
John.