$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-10-17 12:51:44
andrewjmcd wrote:
> Why can the above mentioned generator have more than one output?
> And this one not?
I guess it is because you have a '.ver' file in the list of sources. I
tried to do it and I got "error: Ambiguity found when searching for best
transformation". On the other hand the 'tlb' rule is intended to be used
only as a main target rule, i.e.:
---- tlb my-typelib : my-typelib.idl ; lib my-lib : main.cpp ... : <implicit-dependency> my-typelib ; ---- Best regards/Venlig hilsen, Alexey Pakhunov.