
28 May
2008
28 May
'08
6:06 p.m.
Hi Kevin. As mentioned in another post - use the --build-type=complete parameter to get all the build variations. You can find documentation for the library naming convention Boost uses at: http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html#libra... 's' refers to whether the runtime library got linked to statically (with 's') or dynamically (without 's'). You can tweak this directly by specifying the runtime-link feature as 'static' or 'dynamic' (runtime-link=static or runtime-link=dynamic or both with runtime-link=static,dynamic). Hope this helps. Best regards, Jurko Gospodnetić