Boost logo

Boost-Build :

From: Ryan Gallagher (ryan.gallagher_at_[hidden])
Date: 2005-12-05 18:42:29


Ryan Gallagher <ryan.gallagher <at> gmail.com> writes:
>
> Hi Reece,
>
Or whoever's interested in this subject. I noticed a typo in my previous post
and so am just clearing it up here...

> <snip>
> instead of [ glob foo1/*.cpp ] [ glob foo2/*.cpp ]
> I use [ path.glob foo1 : *.cpp ] [ glob foo2 : *.cpp ]
This should be [ path.glob foo2 : *.cpp ]
> or [ path.glob . : foo1/*.cpp ] [ glob . : foo2/*.cpp ]
and [ path.glob . : foo2/*.cpp ]

Is there any interest in pursuing this? Is there a better way to do what
I'm trying to achieve without modifying the build system?

Cheers,

-Ryan
 


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