Subject: [Boost-build] Extension for file target
From: Roman Matsybora (matsic_at_[hidden])
Date: 2015-09-29 10:27:19


('binary' encoding is not supported, stored as-is) Code

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?