$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-26 01:18:22
boost_at_[hidden] wrote:
> Is it possible to build boost::filesystem to a dll instead of creating a
> static linked library?
The regular bjam-based build process should create both static library and
DLL.
See
http://boost.org/more/getting_started.html
for description of that "regular build process".
HTH,
Volodya