
28 May
2004
28 May
'04
5:02 a.m.
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 ;