$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Adolfo Jimenez (adolfojmillan_at_[hidden])
Date: 2008-05-14 12:21:36
2008/5/14 Rainer Thaden <RThaden_at_[hidden]>:
> Hi,
>
> > bjam release debug threading=multi --toolset=msvc stage
>
> add link=static
>
> you could also use the bjam option
> --build-type=complete
> which worked pretty good for me using vs studio express 2008. With that
> option all possible dll's and static libraries should be built.
Rainier:
Following yours advice I used the option
--build-type=complete
It work!! Thank you very much.
By the way. It would be a good idea to include those advices in the man
page
Getting Started on Microsoft Windows :-)
Thanks again.
Adolfo.