News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Extension of output resource file

Started by Denis, January 04, 2008, 08:48:26 PM

Previous topic - Next topic

Denis

CeGCC (http://cegcc.sourceforge.net/) linker uses only .rsc resource files to link. I want to compile (and later to link) .rc file into file with "rsc" extension not "res". How to do it?


mariocup

Hi,

just open the CB menu settings/compiler and debugger settings and select your compiler. Then click the tab other settings and push the button advanced options.
In the advanced compiler options open the tab Others and configure the object file extension.

Bye

Denis

But I want to change extension for compiled resource files not for object ones

Denis

Hehe :) It was a simple solution for me. I added "-O coff" into command line of resource compiler and it started to produce resource file with right format even for ".res" extension :)