$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Norbert Unterberg (nunterberg_at_[hidden])
Date: 2007-06-06 07:56:24
Vladimir,
Vladimir Prus schrieb:
> You can use 'glob' rule (unqualified), in Jamfile context, to glob
> relatively to Jamfile. Please see:
>
> http://boost.org/boost-build2/doc/html/bbv2/reference/rules.html
>
[...]
> and use
>
> [ glob *.c *cpp ]
The exclude pattern
[ glob *.cpp : dont_use.cpp ]
still does not seem to work on the current boost 1.34.0 release.
Did you fix it only on trunk, and not in the 1.34 branch?
Can this be fixed for 1.34.1?
Norbert