Boost logo

Boost-Build :

From: janssoaf (mail_at_[hidden])
Date: 2004-02-05 02:06:31


Volodya,

I tried debugging the simple test case

project All : ;
lib A : : <name>a <search>a6 <toolset>msvc <toolset-msvc:version>6
<variant>debug ;
lib A : : <name>a <search>a71 <toolset>msvc <toolset-msvc:version>7.1
<variant>debug ;

and found that in basic-target::match the line

# Weed out conditional properties.
condition = [ MATCH ^([^:]*)\$ : $(condition) ] ;

filters the property <toolset-msvc:version>, so no best alternative
can be found. I don't know how to change it, though.

Olaf

 


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