$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Build and Install only a Specified Libraryfromcommand line using bjam (newbie!)
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-04-22 15:57:21
>I've been trying to build and install selected Boost libraries (regex,
>graph,
>program options) from the command line (MS VC9 Express)
Vladimir Prus wrote:
> I fail to see how the testing procedure you use (which you probably
> have described at least a dozen times already) serves to answer the
> original question in this thread. Am I missing something?
It builds the library desired along with ALL the dependent libraries
and skips the building any other libraries. Doesn't this address
the request above?
>
> - Volodya