Boost logo

Boost-Build :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-10-23 00:32:09


Gennadiy Rozental wrote:
> "Rene Rivera" <grafikrobot_at_[hidden]> wrote in message
> news:471B93C3.6040003_at_gmail.com...
>> Gennadiy Rozental wrote:
>>> "Gennadiy Rozental" <rogeeff_at_[hidden]> wrote in message
>>> news:feuj49$nb$1_at_ger.gmane.org...
>>>> Couple more migration and general questions:
>>>>
>>>> What is correspondence to INTEL_BASE_MSVC_TOOLSET?
>> Reading from intel-win.jam file...
>>
>> # Initializes the intel toolset for windows
>> rule init ( version ? : # the compiler version
>> command * : # the command to invoke the compiler itself
>> options * # Additional option: <compatibility>
>> # either 'vc6', 'vc7', 'vc7.1'
>> # or 'native'(default).
>> )
>
> Umm. I am not am expert in BB. What should I add to either command line,
> Jamfile or user-config to specify the target msvc ?

You don't need to be an expert ;-) The init rule is what gets called
when you do "using intel-win ;" in your user-config.jam. And the
arguments map directly to the ones you pass into the "using" (minus the
toolset since it already has that). So you might add <compatibility>vc6
to the fourth argument.

>>>> Can we make bjam to automatically log all it's output into something
>>>> like
>>>> bjam.<toolset>.out?
>
> Sounds line nice to have feature.

Why do you think it's a nice feature?

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

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