Boost logo

Boost Users :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-05-28 14:06:14


   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#library-naming

   '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ć


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net