« Return to Thread: Question on how to build Date_Time libraries to static linking

Re: Question on how to build Date_Time libraries to static linking

by Adolfo Jimenez :: Rate this Message:

Reply to Author | View in Thread


2008/5/14 Rainer Thaden <RThaden@...>:
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.


_______________________________________________
Boost-users mailing list
Boost-users@...
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: Question on how to build Date_Time libraries to static linking