$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-08-22 11:26:36
> It is a concern if the user adds Boost sources to his/her project file
> directly (instead of linking to a library pre-built by our scripts). I
> think if we _require_ Bjam, Boost.Build, or similar to use Boost, then we
> have failed.
Sure, but don't forget that:
ls libs/*/src/*.cpp
will pretty much find all the source files, Oh, and which libraries have
separate source is documented in the getting started guide as well.
John.