what am i doing wrong when getting the following error: make.exe: *** No rule to make target `linker', needed by `resource.o'. Stop.
i looked in my Makefile.win and found a line with
resource.o: resource.rc linker input file unused since linking not done
now what is going wrong?
the problem was that the rc file was part of the project...
Log in to post a comment.
what am i doing wrong when getting the following error:
make.exe: *** No rule to make target `linker', needed by `resource.o'. Stop.
i looked in my Makefile.win and found a line with
resource.o: resource.rc linker input file unused since linking not done
now what is going wrong?
the problem was that the rc file was part of the project...