$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ryan Gallagher (ryan.gallagher_at_[hidden])
Date: 2006-04-06 20:50:24
Reece Dunn <msclrhd <at> hotmail.com> writes:
>
> Alexey Trenikhin wrote:
> > <snip>
> > How can I describe such structure in Jamfile? Obvious way:
> > exe hello : main.cpp subsystem1/std.cpp subsystem2/std.cpp ;
> > - does not work due to
> > "error: Duplicate name of actual target: <pbin\msvc\debug>std.obj"
>
I also worked to solve this issue a while back using path.glob, however, I've
never heard any reponse on it. Please see http://tinyurl.com/q96y2. Is this
something we could incorporate into [bbv2]?