Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-05-03 10:44:49


Doug Gregor wrote:
> I'm using the "darwin" toolset now, but I need to change the name to
> "gcc-3_3-darwin". I know I could copy darwin-tools.jam to
> gcc-3_3-darwin-tools.jam and check it into CVS, but is there a better
> way? Others seem to have found a better way...

===gcc-3_3-darwin-tools.jam===
{
   extends-toolset darwin ;
}
======

And put that in the runner directory. Repeat for any other toolsets.

If you have additional configuration to do you can do it in that file
also. For example if you had it installed someplace specific...

===gcc-3_3-darwin-tools.jam===
{
   local GCC_ROOT_DIRECTORY = /Volumnes/somedir ;
   extends-toolset darwin ;
}
======

HTH.

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

Boost-testing list run by mbergal at meta-comm.com