$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johannes Brunen (JBrunen_at_[hidden])
Date: 2004-05-04 02:31:08
Hi,
I made a mistake: Not t5 but only t4 worked.
local t1 = [ glob src/*.cxx ] ;
#local t2 = [ glob cpp/kernel/syskernel/system/src : *.cxx ] ;
local t3 = [ glob cpp/kernel/syskernel/system/src/*.cxx ] ;
local t4 = [ GLOB cpp/kernel/syskernel/system/src : *.cxx ] ;
local t5 = [ GLOB src : *.cxx ] ;
Sorry,
Johannes