$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2006-05-10 04:11:23
Hi,
I'm looking for a resolution or at least a reasonable workaround for ticket
#83 - "add support for specifying files with same name but different
subdirectories". Basically, I'm using path.glob to get sources added
automatically to projects, e.g. "[ path.glob . : *.cpp */*.cpp ]".
Is there anyway to fix this without resorting to explicitly using the obj
rule - e.g. add the subpath to the objects' output path automagically?
// Johan