$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ryan Gallagher (ryan.gallagher_at_[hidden])
Date: 2006-05-17 15:05:03
Vladimir Prus <ghost <at> cs.msu.su> writes:
> If you use
>
> [ path.glob "." : a.cpp ]
>
> in subdir1/subdir2/Jamfile, things will work, but if you build your project
> from the root, you'll be globbing in the root directory, not in
> subdir1/subdir2 directory.
Thanks for the information Volodya. It's been a long time, but I think
that I may have ran into this and changed one line for it in my "patch" code.
Still, I may be wrong and it would definitely need testing.
-Ryan