$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-10-20 09:32:59
David Abrahams <dave_at_[hidden]> wrote:
>> How do I use BOOST JAM to build and deploy PDB files for both the
>> debug and release configurations of the various BOOST libraries? I'm
>> using the Visual C++ 7.1 Toolset...
>
> I think you can get there by specifying
>
> "-sBUILD=<debug-symbols>on <debug-store>database debug release"
if OP is using Visual C++ 7.1 Toolkit (that is slightly limited free
version of MSVC71 with no dynamic runtime), I'd also suggest adding
"<runtime-link>static" to build options
B.