Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-05-28 00:02:12


Andreas Beyer wrote:
>
> I am using boost with mingw.
> How do I tell bjam to bind with an additional (non-boost) library?
>
> In my case I would like to bind msvcp60.dll or libmsvcp60.a into my
> project. The latter file is in mingw's lib-path.

Add the path and the library to your requirements like this:

exe my_exe
   : list_of_your_source_files_here
   : <library-path>path_to_your_lib
     <find-library>msvcp60.dll
   ;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk