$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rob Agar (robagar_at_[hidden])
Date: 2007-05-27 19:17:40
John Maddock wrote:
> It defaults to linking against a static library by default, to link to the 
> dll version you will need to build your application with either of the 
> following defined:
> 
> BOOST_FILESYSTEM_DYN_LINK: only Boost.Filesystem will be linked to the dll.
> BOOST_ALL_DYN_LINK: all boost libraries will link to the dll version.
Thanks John, BOOST_FILESYSTEM_DYN_LINK is just what I needed.  These 
config settings definitely need a prominent mention in the filesystem 
and boost common docs.
Rob