$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Benn Bollay (benn_at_[hidden])
Date: 2007-03-27 17:36:45
Hi all -
I have a single project that spans multiple directories. I'd like
either:
a) all the source files in all the specified directories are
compiled into a single executable OR
b) as each lib is created for each directory, it uses
compilation options specified at a single location.
I've been trying various things using alias's and projects, but it just
hasn't panned out. The examples available are pretty weak in the
"multi-directory" department, sadly, so once I identify the correct
path, I will definitely contribute an example.
Suggestions?
Cheers,
--Benn