Boost logo

Boost-Build :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-10-21 14:00:35


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).
           )

>> Will --preserve-test-targets still work?

Doing a grep/find in testing.jam...

local argv = [ modules.peek : ARGV ] ;
if --preserve-test-targets in $(argv)
{
     preserve-test-targets = true ;
}

So, yes it will work.

>> Can I add it ot the user-config?

Hm, looking at one of my user-config.jam files
<http://beta.boost.org/development/tests/trunk/RSI%20Droid.html>, you
should be able to do:

modules.poke : ARGV : [ modules.peek : ARGV ] --preserve-test-targets ;

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

It's possible to change BB and bjam to do that but it's not a trivial
change, as it would require adding some new builtins to bjam.

-- 
-- 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