Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-07-18 16:40:25


On Thursday 18 July 2002 04:19 pm, David Abrahams wrote:
> > I have no idea how this would interact with the build system, but I'm
>
> sure it
>
> > isn't pretty :)
>
> Slander!
>
> Of course it's trivial:
>
> mytest : foo.cpp bar.cpp
>
> : <sysinclude>$(BOOST_OVERRIDES) <sysinclude>$(BOOST_ROOT)
>
> ;
>
> -Dave

That's not quite the desired effect, I think. There are two directories:

The Boost CVS checkout in boost/
MPL from the .zip file in MPL/

It'd be great if a single invocation of bjam could run all of the tests in the
MPL and boost directories, with <sysinclude>$(BOOST_OVERRIDES) and
<sysinclude>$(BOOST_ROOT) as above. Is there a way to do that without
changing a whole slew of Jamfiles?

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk