Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2004-06-18 12:29:44


janssoaf wrote:
>--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
>
> > Can gcc link to RES files? I'm asking because rc.jam converts RC to
>OBJ and
> > the generator in msvc.jam converts RC to RES, and this inconsistency
>is not
> > good.
>
>it doesn't seem so:

Would it be possible to have a RES to OBJ mapper for GCC builds (simply
rename *.res as *.obj)? You would then have something along the lines of:

action link (gcc)
{
# rename *.res *.obj
# link, mapping *.res entries as *.obj
}

Then both rc.jam and msvc.jam can convert to RES for consistency and as far
as I understand, only gcc has this problem.

Regards,
Reece

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger

 


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