Page 1 of 1

Help with Resource Compiler...

Posted: Mon Jul 01, 2013 4:06 am
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 :)

Re: Help with Resource Compiler...

Posted: Mon Jul 01, 2013 8:18 am
by eranif
The resource compiler should be enabled by default.
Providing a full build log will help

Please read this:
HOW TO POST

Eran