Boost logo

Boost-Build :

From: hugo_duncan (hugo_duncan_at_[hidden])
Date: 2002-02-10 17:19:17


If I have a project tree

root
root/test

and i wish to specify <include>root in the Jamfile in root/test, what is the best way of doing this (with the current jam version)

I have tried adding MY_ROOT =? $(TOP) to Jamrules, and then <include>$(MY_ROOT), but that seems to give a relative directory which is incorrect when jam is invoked from the root/test subdirectory.

Any suggestions ?

Hugo

 


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