$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: C. Andy Martin (andy_at_[hidden])
Date: 2004-11-18 16:54:45
Vladimir Prus wrote:
> One workaround I know is to put this to DLL:
>
> #ifdef _WIN32
> __declspec(dllexport) int force_library_creation;
> #endif
Thanks for the tip, but I'd rather not export an unneeded symbol. As my
other posts tell, I ended up changing DLLSUF from `.dll .lib' to `.dll'
which seems to work fine for me on vc7.
-Andy