$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building a generator binary then using it?
From: Alexander Sack (pisymbol_at_[hidden])
Date: 2008-10-13 16:02:00
Hi Everybody:
I have been slowly getting better at using bjam but I have this
problem. My project has a binary that we build which is then used to
generate C++ files. I have followed the documentation regarding
generators (the VERBATIM example as well as persuing my
$BOOST_ROOT/tools/*.jam files) but I don't know how to get access to
the current build directory to run my generator? Any pointers would
be most appreciated.
Thanks!
-aps