$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Adding a toolset for a compiler
From: Edward Diener (eldiener_at_[hidden])
Date: 2018-09-20 18:25:20
Given compiler 'xxx' with a command line 'xxx -c compile parameters...'
for compiling cpp/c source to object files and a command line 'xxx link
parameters... ' for linking object files into a library or an
executable, what is the minimum contents of xxx.jam which are needed to
use that jamfile as a 'toolset=xxx' on a b2 command line ? Is there some
prorotype I can use for doing this ?