$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-09-10 08:22:44
David Abrahams wrote:
> From: "Vladimir Prus" <ghost_at_[hidden]>
>
>>Suppose a clean build. There's no a_parser.h on disk. In dependency
>>scanner, you set a dependency to a_parser.h and set SEARCH to a lot of
>>directories. When creating real targets from virtual targets, you create
>>another target called "a_parser.h" and set LOCATE to some dir. However,
>>there's no relation between those two targets. Jam can try to compile
>>a.cpp before it generated a_parser.h.
>
>
> I understand.
Do you agree we have to use the scheme I've described?
- Volodya