Boost logo

Boost-Build :

From: Sara Collins (bkhn41_at_[hidden])
Date: 2005-02-11 00:42:50


This might be a silly question, but I only know how to
use an "AND" operator, for example

<toolset>gcc,<variant>debug:<include>foo

Is OR conditional available in BB? How about NOT?

What I'm trying to do here is:

if (!<toolset>foo)
{
build /lib//lib1
build /lib//lib2
...
}

Or

if (<toolset>foo || <toolset>bar)
{
build /lib//lib1
build /lib//lib2
...
}

Thanks a lot.
Sara

__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail

 


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