$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2008-01-07 03:29:32
Jaroslav Gresula wrote:
> Hello,
>
> is there a way a .jam file can find out its path?
In addition to what's already been said, I just wanted to point out that for
a regular Jamfile it is extremely simple:
--- path-constant PWD : . ; echo "My path: " $(PWD) ; --- / Johan