|
Boost-Build : |
From: aneubeck2004 (aneubeck_at_[hidden])
Date: 2004-09-15 11:31:19
> Basically, writing
>
> lib z ;
>
> and then
>
> ...... /libs//z .....
>
> should work.
yes, that works, but doesn't express the dependency from png to z.
> If you want to express dependency from png to z, try using
> <source>z in usage requirements for 'png'.
Am I right:
usage-requirements are project specific, i.e. I cannot write something
like:
lib pnglib : usage-requirements <source>z : <name>png ;
That means, that for each library I have to create a new project
block, where I can specify the usage-requirements.
With <source>xxx I can refer to a rule as a feature.
> If you could sent me your project, I'll be able to give more
specific advice.
If my summary makes sense to you, then I will know what to do (create
some projects :) ). If it doesn't make sense, then I will try to
create a small example, that shows, what I want...
thx a lot
Alexander
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