List Info

Thread: Repeated toolset defnitions




Repeated toolset defnitions
user name
2006-04-26 22:28:45
Hi,

I find myself having to do stuff like this quite often, does
anyone 
know if there's a shorthand notation to accomplish this?

<toolset>darwin:<define>TEMPLATE_DEFS_INCLUDED
<toolset>gcc:<define>TEMPLATE_DEFS_INCLUDED
<toolset>sun:<define>TEMPLATE_DEFS_INCLUDED
<toolset>vacpp:<define>TEMPLATE_DEFS_INCLUDED

Maybe a something like this is possible?

<toolset>darwin,gcc,sun,vacpp:<define>TEMPLATE_D
EFS_INCLUDED

Thanks.

-- Noel


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
Repeated toolset defnitions
user name
2006-04-27 12:06:33
Noel Belcourt wrote:
> Hi,
>
> I find myself having to do stuff like this quite often,
does anyone 
> know if there's a shorthand notation to accomplish
this?
>
>
<toolset>darwin:<define>TEMPLATE_DEFS_INCLUDED
> <toolset>gcc:<define>TEMPLATE_DEFS_INCLUDED
> <toolset>sun:<define>TEMPLATE_DEFS_INCLUDED
>
<toolset>vacpp:<define>TEMPLATE_DEFS_INCLUDED
>
> Maybe a something like this is possible?
>
>
<toolset>darwin,gcc,sun,vacpp:<define>TEMPLATE_D
EFS_INCLUDED

The only way I know how to do it would be

    local tools = darwin gcc sun vacpp ;

   
<toolset>$(tools):<define>TEMPLATE_DEFS_INCLUDED


Phillip

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )