14 Dec
2004
14 Dec
'04
7:30 p.m.
Hello, I want to build one variant of a one boost DLL library using the regular bjam scripts; I tried the following tools/build/jam_src/bin.ntx86/bjam \ -q \ -d2 \ -sTOOLS=msvc \ -sBUILD="debug <runtime-link>dynamic <threading>multi" \ boost_date_time which builds *both* the DLL and the static lib, but I want only the DLL. I'm guessing I'd have to replace "boost_date_time" with some mangled "fully-qualified" target name, what is it? Another question, is it possible to "stage" individual libraries? Thanks, D.