X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;fp=winboard%2Fmakefile.gcc;h=fcf842f30a6881f096aa10d66c71dfaad3e5532c;hb=2b59fb6b9575ad038bae89a48063084c8b3243a9;hp=db65a6790b11932124bd29c6b3993e640ed75b94;hpb=c11581724491f53cd942b5e58105e62a7bccfc9f;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index db65a67..fcf842f 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -74,13 +74,6 @@ wbres.o: $(PROJ).rc $(PROJ).h resource.h config.h windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@ -# note: cygwin flex needs m4 package. cygwin-setup forgets this dependency -# note2: use mingw flex instead... although I got cygwin's flex working (with m4), -# it didn't produce a useable parser.c (1000's of errors) -../parser.c: ../parser.l - $(FLEX) -o../parser.c -L ../parser.l - - $(PROJ).exe: $(OBJS) $(PROJ).hlp $(CC) $(guiflags) $(OBJS) $(LFLAGS) -o $(PROJ).exe