$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-06 11:24:45
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > This still leaves some use cases for modifiers
> > 1. <version>
> > 2. Adding "lib" to library sources when appropriate
> > 3. Staging, where modifier will cause relinking to a different
> > location.
>
> Couldn't all of this be handled by making features to handle filename
> and target location?
First two -- quite likely. The third one: not sure. The <location> feature
would be free, and it won't be possible to build the same main target twice
with different value of <location>....
- Volodya