|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2004-07-22 17:49:47
Rene Rivera <grafik.list_at_[hidden]> writes:
> rule disable-gcc-2.x ( toolset variant : requirements )
> {
> if [ MATCH (gcc-2) : $(toolset) ]
I'd make the dash optional
if [ MATCH (gcc-?2) : $(toolset) ]
we have no consistent naming convention (c.f. vc7.1).
> {
> requirements += <build>no ;
> }
> return $(requirements) ;
> }
>
> HTH.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk