$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Davlet Panech (dp1978x_lists_at_[hidden])
Date: 2004-12-14 14:30:04
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.