Boost logo

Boost-Build :

Subject: Re: [Boost-build] How to select the "intel-win" toolset?
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2012-01-05 09:15:45


On 1/5/2012 7:41 AM, John Maddock wrote:
> Folks I have a problem, in Boost.Regex I have the ICU library names set
> like this:
>
> lib icudt : : <name>icudata <link>shared <runtime-link>shared
> <conditional>@path_options ;
> lib icudt : : <name>icudt <toolset>msvc <link>shared
> <runtime-link>shared <conditional>@path_options ;
> lib icudt : : <name>icudt <toolset>intel-win <link>shared
> <runtime-link>shared <conditional>@path_options ;
>
> Now the <toolset>msvc version works just fine, but the
> <toolset>intel-win version doesn't get selected when using the intel
> toolset, even though the full name of the toolset I have configured is
> "intel-win-12.1". I could just use "<toolset>intel" as the selector, but
> that would break the code for Intel on Linux.
>
> Any ideas anyone?

<toolset>intel <target-os>windows

HTH.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org (msn) - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

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