$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Belcourt (kbelco_at_[hidden])
Date: 2006-04-26 18: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_DEFS_INCLUDED
Thanks.
-- Noel