$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-12-29 16:17:14
Jonathan Turkanis wrote:
> BTW, Comeau support says that adding a Windows auto-link facility is
> on their agenda for 2005.
>
They could probably save a lot of time by just using the boost one.
I was a mixing auto-link questions with dll questions. A more careful
investigation is that the Comeau doesn't recognize dllexport . It seems
that they went to extra effort to permit compilation of winnt.h but that
doesn't include dllexport. So I don't see any way to build a windows DLL
library version with this compiler. I'll tweak the serialiation test/build
Jamfile accordingly.
Robert Ramey