$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-21 02:09:32
Andre Hentz wrote:
> > I've reproduced this. This should will work if you change the line to
> > generators.register-standard rc.resource-compile : RC : OBJ : <toolset> ;
> >
> > This is a bug in Boost.Build: we're trying to use compilers to create
> > OBJ, which fails, but we also never consider OBJ->RC generator. We'd need
> > to fix this, but if a workaround above works for you, I'll go ahead with
> > release.
>
> Thanks Volodya. Works nicely.
Andre,
I've realized what caused this change. I've now added a test for your use case
and changed the behaviour back --- so you should be able to remove the
workaround for M3.
- Volodya