$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-03-30 07:57:12
I just checked in fixes to workaround deficiencies with the builtin GLOB
rule on NT in the boost_build_v2 branch of the Jambase.
I also checked in a port of the builtin MATCH rule from Perforce. I
would very much like to deprecate and eventually remove the SUBST rule.
The MATCH rule returns all of the matches as strings, which can then be
manipulated in Jam code; who needs the extra complexity?
-Dave