$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-12-10 12:13:46
David Abrahams wrote:
> Well then, I guess I really don't know how to interpret that web page
> and will need some help from its author. John?
It's on by default, BOOST_XXX_DYN_LINK forces it to choose to link against a
dll rather than a static lib (when such a choice exists).
John.