$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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