|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2005-05-24 09:06:56
Tests like this one seem designed to make the toolset break when
vc-9.0 comes out:
# 8.0 deprecates some of the options
if [ MATCH ^(8) : $(version) ]
{
}
shouldn't that be
if ! ( $(version) in 6.0 7.0 7.1 )
{
}
or something like it?
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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