$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Fuchs (gclbb-jamboost_at_[hidden])
Date: 2003-06-04 15:28:25
Hi Andre,
> This is a little beyond my knowledge of BB but try replacing
> generators.register-standard rc.resource-compile : RC : OBJ ;
> with
> generators.register-standard rc.resource-compile : RC : OBJ(%_res) ;
>
> That way hello.rc will become hello_res.obj and will not conflict with
> hello.obj (created from hello.c)
Well, that's a possibility. :)
The linker doesn't complain about the ".obj" file extension of the resource
file, and just builds the correct executable.
Thanks,
Martin