building in Code::Blocks, Flare.res

building in Code::Blocks, Flare.res

Hello everyone,

I tried to build the flare-engine in my prefered IDE Code::Blocks and got the error message

g++: error: obj/Debug/Flare.res: No such file or directory

It seems to be true that this file doesn't exist (at least I was not able to find it anywhere). Does one of you know why the compiler would be looking for a file called Flare.res? The engine compiles fine via make so apparently there isn't anything essential missing.

I'll be thankful for any kind of help.

I'm using Debian Jessie and the gcc compiler.

edit: Just to clarify, I don't think there is a problem specifically concerning my IDE. I expect that the compiler is just missing some information.