20 Oct
2005
20 Oct
'05
2:32 p.m.
David Abrahams
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.