$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-20 06:05:50
On Monday 20 February 2006 14:01, Chris Hoeppler wrote:
> Hi
>
> I am trying to migrate a make project to BBv2 and am facing the following
> problem: One of the source files includes a generated header file which is
> put into the build directory. How can I tell the exe-rule to add an include
> path to that build directory?
>
> exe foo : bar.c some_generated_srcs : <include>???path_to_build_dir??? ;
<implicit-dependency>the_target_that_produces_the_generated_header ;
- Volodya