$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andrew Schweitzer (a.schweitzer.grps_at_[hidden])
Date: 2006-04-22 19:16:59
Stuart Dootson wrote:
>
> If you use the 'install' target with bjam when building Boost, it puts
> all the lib files into a single folder. Then you only need to point to
> that directory when building and let auto-linking select the
> appropriate lib file.
Wonderful! It worked! Thanks very much.
I'm not sure I needed to, but I added the --libdir parameter to bjam. My
new command line is:
bjam.exe "-sVC71_ROOT=D:\Program Files\Microsoft Visual Studio .NET
2003\Vc7" -sTOOLS=vc-7_1 --libdir=%BOOST_ROOT%\bin\boost\libs install
>
> HTH
> Stuart Dootson