Page 1 of 1

Resource files

Posted: Mon Mar 02, 2009 8:05 pm
by gregv21
how do i add resource files to my wxWidget projects

Re: Resource files

Posted: Wed Mar 04, 2009 11:11 am
by eranif
Hi,

Simply add a file with a .rc extension to your project (right click -> add new item).
And when compiling, codelite will know that this is a resource file based on its file extension.

If you prefer to use other extension, you will need to update the default settings of codelite from:
settings -> build settings -> <your compiler name> -> File Types

Eran