$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-04 11:41:08
On Friday 03 November 2006 10:31, Brian Budge wrote:
> Hi all -
>
> I have a project which will build object files via mpic++ and my own
> compiler (which for now is just a wrapper of gcc, similar to mpicc). Is it
> possible to add support for these to bjam? If so, is there documentation
> somewhere that I missed?
There's no step-by-step docs for adding a new compiler. Taking gcc.jam and
modifying it is your best approach.
HTH,
Volodya