Boost logo

Boost-Build :

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

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk