Boost logo

Boost-Build :

Subject: Re: [Boost-build] How to sort external libs from target built libs in tagging
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-04-16 09:52:18


AMDG

João Luís Pinto wrote:
> I'm trying to tag my projects targets (libraries and executables)
> following the strategy used in the Jamroot file of the Boost distro,
> as sugested in the documentation.
>
> Since the project is also targeting the build of executables that
> depend both on the built libraries and on third party ones, I need to
> declare several lib targets for the third party dependencies, like:
>
> lib z
> :
> : <host-os>linux:<name>z <search>$(ZLIB_HOME)/lib
> <host-os>windows:<file>$(ZLIB_HOME)/lib/zlib1.lib
> ;
>
> How can I sort the third party dependencies from the target built libs
> inside the tagging operator?
>
> Any suggestions?
>

The third party libraries should have the type SEARCHED_LIB.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk