Help with Resource Compiler...

CodeLite installation/troubleshooting forum
pascaldeveloper
CodeLite Curious
Posts: 3
Joined: Sun Jun 30, 2013 12:38 am
Genuine User: Yes
IDE Question: C++
Contact:

Help with Resource Compiler...

Post by pascaldeveloper »

Hello, I have a project that uses an .rc file but when I compile my project all goes well except I get
mingw32-make.exe[1]: *** No rule to make target `../../../source/objs/ResScript.rc.o', needed by `Game'. Stop.

Can someone tell my how to enable or setup the resource compiler?

thank you in advance :)
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Help with Resource Compiler...

Post by eranif »

The resource compiler should be enabled by default.
Providing a full build log will help

Please read this:
HOW TO POST

Eran
Make sure you have read the HOW TO POST thread
Post Reply