$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Rahardja (drahardja_at_[hidden])
Date: 2007-03-31 12:06:40
Hi group.
Let's say I have two libraries, a.lib and b.lib, each with its own Jamfile,
under a common Jamroot.
I need a.lib to know about the header directory of b.lib, and vice versa.
How do I do this?
-dr