$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Target alternatives problem
From: Ian Emmons (iemmons_at_[hidden])
Date: 2009-01-20 10:00:02
Steven,
> Subfeatures are not currently expanded properly in target
> requirements. Try <toolset>msvc <toolset-msvc:version>9.0
Thanks! That not only worked for target alternatives, it also allows
me to combine those alternatives into a single target via conditional
features.
-Ian