Davlet Panech wrote:
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.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Ok nevermind that, the target name would be: "<@boost!libs!date_time!build>boost_date_time.dll".