X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=2e78c0b8494206449c62a69004f8bc2f67cbad15;hb=726aedd72a60c0fd44e7da87b2d02a6377fd408c;hp=aea08d9d756d9e29f100de8d3268167d563d8d62;hpb=a315e02d0fd3ee18914b012f7fc0c4d9ae1504cb;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index aea08d9..2e78c0b 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -12,7 +12,6 @@ OBJS=backend.o book.o gamelist.o lists.o moves.o pgntags.o uci.o zippy.o\ # make compiling less spammy compile = @echo "$1"; $(CC) $(CFLAGS) $1 -compile = $(CC) $(CFLAGS) $1 # Debugging? @@ -71,7 +70,6 @@ $(PROJ).hlp : $(PROJ).rtf # Update the resource if necessary -#wbres.o: $(RESDEPS) wbres.o: $(PROJ).rc $(PROJ).h resource.h windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@