
10 Apr
2008
10 Apr
'08
8:56 a.m.
Juergen Hunold <juergen.hunold <at> ivembh.de> writes:
According to
http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html
the "-s-" is for static runtime, so
bjam link=static runtime-link=static --toolset=msvc-8.0 stage
should do the trick. For shared libraries remove "link=static".
BINGO! Many thanks. Markus