$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-05-18 10:14:13
David Abrahams wrote:
> You can try to move more of the link command-line into the
> with-command-file invocation.
>
I tried to do so but failed. I'm not very fluent in bjam language but
the arguments of the 'with-command-file' rule are considered sources. So
intrinsically a dependency is generated. Now I tried to to pass
compiler-options to the with-commmand-file which clearly fails.
Any ideas how I could progress ?