Resource files

CodeLite installation/troubleshooting forum
gregv21
CodeLite Curious
Posts: 1
Joined: Mon Mar 02, 2009 8:02 pm
Contact:

Resource files

Post by gregv21 »

how do i add resource files to my wxWidget projects
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Resource files

Post 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
Make sure you have read the HOW TO POST thread
Post Reply