$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: marcel_loose (loose_at_[hidden])
Date: 2005-05-20 04:10:24
Hi,
I recently posted this question in the boost.user group, but got no
replies. Hence, I'll try it in this group, hopefully with better luck.
Is it possible to only install a subset of all boost *header files*?
More specifically, only the header files that are needed when
installing one or more libraries.
For example, suppose I only want to use Boost Smart Pointers and
Boost.Threads. I would like Bjam to *only* install the header files
that are needed for those two libraries, not *all* Boost header
files. I know that you can and should use the bjam option --with-
<library>, but, AFAIK, this only works for the library files, not for
the header files. Any help would be appreciated.
Kind regards,
Marcel Loose.