$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2004-10-19 12:09:54
Robert Ramey wrote:
> 
> a) A DLL which contains the same code as the libboost_serialization.lib and
> libboost_wserialization.dll .  I see this a no problem and just a question
> of making the changes required to implement AUTOLIB in accordance with the
> instructions on the boost website.  This would work exactly as the current
> system and have no repercussions that I know of.
> 
I've done this by just adding the <dll> sections to the jamfile, and 
manual linking, but get unresolved externals as mentioned in a previous 
message.  Is there more I need to do to build it as a DLL?
Thanks
Russell