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