Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-16 08:10:28


On Tuesday 16 August 2005 16:46, Andrey Melnikov wrote:

> >>LIB x : x.cpp ;
> >>HPP a : a.idl : <toolset>xpidl ;
> >>HPP b : b.idl : <toolset>midl ;
....
> > No. And it won't be recognized even without <toolset>, because by
> > default, dependency to generated headers are tracked only within one main
> > target.
> >
> > Some explanation is hidden under:
> > http://boost.org/boost-build2/doc/html/bbv2/reference/jamfiles.html#bbv2.
> >reference.headers
>
> Does the documentation mean that I should use
>
> LIB x : x.cpp : <implicit-depencency>a ?

Precisely. But you should add 'd' letter between 'n' and 'c' ;-)

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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