$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-08-03 04:55:05
> I attach a small working example that seem to do what you wanted.
> If I unpack it to boost root and run "bjam --v2", a library is built
> and staged (with the -mt suffix, as expected), and the application is
> linked.
>
> For me on gcc the link of application naturally fails, as there's no
> autolinking ;-) I'd hope that on windows, right library is picked.
I'll look into it, but in the mean time what does the "explicit" target do?
Thanks, John.