$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-07-20 07:46:42
Another subtle issue:
on linux this usually would imply to copy a file with name Jamroot to
/usr/lib, right?
I don't think this would be a good idea. Jamroot might clash with other
libs, once Boost.Build is getting better recognized as a cross platform
build tool.
Would a different Name be possible? Say e.g. BoostJamroot.
(I am asking this because I believe only Jamfile and Jamroot are allowed
for this purpose.)
Roland