MSVC and PDB files.
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... _________________________________________ //* Jonathon Bell jbell@mathsoft.com //* Mathsoft Engineering & Education, Inc //* 101 Main Street, Cambridge, MA, 02142
"Jonathon Bell"
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" on your bjam command-line. HTH, -- Dave Abrahams Boost Consulting www.boost-consulting.com
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.
participants (3)
-
Bronek Kozicki
-
David Abrahams
-
Jonathon Bell