$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-09 02:15:16
On Monday 08 November 2004 15:06, Toon Knapen wrote:
> In attachment are gfortran.jam and fortran.jam which should go into
> boost/tools/build/v2/tools
Some comments on fortran.jam. For C and C++, the 'c-compiling-generator' and
'compile-actions' are necessary so that we can add additional include paths
in case source file includes a generated header.
Does fortran has concept of include files or some other module mechanism? If
not, I think this logic is not necessary for fortran.
I'm about to add comment to c-compiling-generator to clarify that purpose.
- Volodya