$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-01-12 08:10:32
> I would think adding:
>
> flags vacpp LINKFLAGS <target-type>$(SHARED_TYPES) : -G ;
>
> Would be easier than another separate action.
Now I also need to set an extra flag to link an executable (which can't
be set when linking a shared lib). So I tried to add
flags vacpp LINKFLAGS <target-type>EXE : -brtl ;
But this does not seem to work. AFAICT only pyd and DLL are defined to
be target-type's. So could I add EXE also as a target-type or ... What's
the best way to achieve this ???
toon