$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-11-24 00:18:22
Now you can specify a project-relative path using a path feature,
e.g.:
<include>@some-project/some/sub/project
This means we no longer need that klugey $(BOOST_ROOT) variable,
because we can write:
<include>@boost
path globals don't seem to always work in cross-project contexts
anyway.
-- Dave Abrahams Boost Consulting www.boost-consulting.com