Boost logo

Boost-Build :

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

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk