Boost logo

Boost-Build :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-06-16 02:30:09


Daniel Schlyder wrote:

[snip]

>
> Should I just go ahead and modify all my jamfiles to use one of these
> work-arounds, or is there a better solution? Is this a BB bug?

Maybe you could try something like this:

---
#
# project-root.jam
#
import modules ;
path-constant my-bbv2-ext-path : path/to/my/ext ;
local boost-build-path = [ modules.peek : BOOST_BUILD_PATH ] ;
boost-build-path += $(my-bbv2-ext-path) ;
modules.poke : BOOST_BUILD_PATH : $(boost-build-path) ;
---
#
# Jamfile.v2
#
import tag ;
<tag>@tag.my-tag ;
---
HTH // 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