"First, windres supports any conversions between .rc, .res, .o files, whereas wrc supports only .rc -> .res. It would be interesting (from the Winelib point of view) to also support .rc and .res -> .o. The other transformations supported by windres (.o -> .res -> .rc) are not as interesting, as they are not used in the build process. " from: http://www.winehq.com/hypermail/wine-devel/2002/12/0168.html
I would like to know if you still plan this. I mean do you plan to use wrc instead of windres?
Hmm, as of now we use the "winebuild" tool to convert the .res files into the C structure bytecode, so we have the .res -> .o in a fashion.
Ciao, Marcus