$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Reid (j.reid_at_[hidden])
Date: 2007-05-16 05:26:01
Hi again,
Suppose I have this situation:
ALexer.cpp, ALexer.hpp, ATokenTypes.txt, ATokenTypes.hpp are all built
from A.gl as defined in a custom generator and placed in an output
directory.
Now I have source and header files in this project and other projects
that need to #include <ALexer.hpp>. How can my custom generator make
sure the output directory is on the include search path?
Thanks,
John.