$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-09-14 16:04:40
Andrew Dennison wrote:
> How do you have bjam install a very limited set of libraries (ie one
> library only) without having to explicitly list all libraries except the
> one or two that you might want with a --without-<library> flag?
You can't in the 1.31.0 release... But you will be able to in the 1.32.0
release by using "--with-<library>" option.
--grafik