$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Extension for file target
From: Roman Matsybora (matsic_at_[hidden])
Date: 2015-09-29 10:27:19
local t1 = [ new file-target a1 : CPP : $(project) : $(action) : . ] ;
will produce target for a1.cpp file in current directory.
How to produce file with another extension that is also registered as CPP type?