Boost logo

Boost-Build :

From: Andre Hentz (gclbb-jamboost_at_[hidden])
Date: 2003-06-04 02:54:02


On Wed, 4 Jun 2003, Martin Fuchs wrote:

> import rc ;
>
> exe hello : hello.rc hello.c ;
>
> IMHO this is the "normal" case, which is used in most VC projects.
>
>
> Would it be possible to name the output of the resource compiler *.res
> instead of *.res ? (like in my posted Jamrules file for V1)
>

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)

Hope it helps,

Andre Hentz

 


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