$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2006-02-20 06:01:44
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??? ;
If that's not feasible, I guess I'll have see to it that generated files are
put in a directory known beforehand.
Thanks
Chris