I am following this and this to add an Icon to my Executable
I am getting Error
make: *** No rule to make target 'resources.o', needed by 'Project_Name'. Stop.
I have:
- created resources.h
- created resources.rc (Already checked that path inside file is correct)
- added #include "resources.h" to my main.cpp
- added prebuilt option
windres ../resources.rc -O coff -o ../resources.o
- added linker object resources.o
Still looks like something is missing. The files resource.rc and resource.h are included in my project