<use> for jam projects and <library> for explicit library names?
project : build-dir
bin
: requirements
<use>/boost//headers
<use>/boost/test//boost_unit_test_framework
<library>libxxx.lib
;
On Tuesday 14 July 2009 Andrey Torba wrote:
> Can i do such way?Yes, though it's clearer to use <use>, not <library>,
> ===================================================================
> import boost ;
>
> boost.use-project ;
>
> project : build-dir
> bin
> : requirements
> <library>/boost//headers
> ;
>
> exe main1 : main1.cpp ;
> exe main2 : main2.cpp ;
since there's physical library to link to.
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build