|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-10 02:15:43
On Tuesday 07 March 2006 19:24, Phillip Seaver wrote:
> > That is, get the executable into the list of sources for your 'make' rule
> > invocation.
>
> That works perfectly -- thanks! Now I'm running into another problem. :-}
>
> I also have this:
>
> lib pcre
>
> : get.c maketables.c pcre.c study.c
> : <implicit-dependency>chartables.c
> :
> : <include>.
>
> ;
>
>
> It doesn't add the directory for chartables.c to the list of includes.
> Is implicit-dependency broken?
I suppose it just does not adds paths to files that are not headers ;-)
Does changing chartables.c to chartable.h work?
- Volodya
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