$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-26 08:27:54
I'm just hacking project.jam and don't very like what I saw (and what I wrote,
actually). For example, we have several syntaxes to refer to targets
foo/bar --- either file or target in directory "foo"
@/boost/filesystem/filesystem --- target "filesystem" in project with
id "/boost/filesystem"
foo/bar@/boost/filesystem/filesystem --- ick!
The last syntax was created in design discussions between Dave and myself long
time ago, but I can't see a use case for it. Do we need it, or it can be
dropped?
- Volodya