$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-07-08 12:28:41
David Abrahams wrote:
>
> There's an undocumented feature that ungristed names in the target
> requirements are treated as rule names, and are invoked to modify the build
> properties. For an example, see the select-python-library rule in
> tools/build/python.jam
>
> HTH,
> Dave
>
Thanks a lot for your help. I wrote something similar to
select-python-library and it works like it should.
Markus