$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Project-root.jam
From: Daniel James (dnljms_at_[hidden])
Date: 2010-12-01 18:23:16
On 1 December 2010 20:59, Edward Diener <eldiener_at_[hidden]> wrote:
> project variadic_macro_data
> : requirements
> <include>.
> <include>$(boost-root)
> :
> build-dir bin.v2
> ;
Sorry, that should be '<include>$(BOOST_ROOT)', mine working because
the dependency on Boost.Test brought in the boost include path.
Daniel