0
The archive Makefile.win makes a mistake when trying to compile my project. A warning appears asking to reload the file, after pressing YES and trying to re-compile it appears again the same warning (an infinite loop);
Error line:
$(CPP) $(LINKOBJ) -o $(BIN) $(LIBS)
Warning:
What happens if you press "No"? What if you try to compile by command line?
– Victor Stafusa
Nothing happens if I try to compile again it gives the warning again.
– Lucas Caresia