$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-04-23 07:04:14
Is it possible to describe template targets in the Jamrules in bjam.v1.
I tried but it does not seem to work. So now I
include $(PROJECT_ROOT)/template_target_desciptions ;
in the Jamfile of some subprojects. But the documentation says that the
template definition is relative to the subdirectory of the Jamfile
containing the template definition. Is that $(PROJECT_ROOT) in my case
or the location of the Jamfile of my subproject ?
BTW, we have been using a very old version of bjam for a long time and
recently synchronised with the trunk again: you guys have made a lot of
progress. Thanks for you hard work.
toon