$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-05-03 05:49:22
Hi,
I'm just about to commit property.jam with the rules apply-requirements and
compose-requirements that I was talking about previously. They are needed to
complete project.jam. However, I need a notion of link-incompatible features.
I have implemented it by simply creating new feature attribute,
'link-incompatible'. It says targets with different value of the feature
cannot be linked together. Any objections?
- Volodya