X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.ms;h=4a26ca6979c227d1b4fdbcd670681856a30b8a19;hb=891e6ae6b61cb387401b79ad75ae5b2c1d58da5e;hp=2a8e1d1d8afc29f50984a8bcc0b57f702f85a9a1;hpb=5353e7326ef32081eea7669e885ae3f906ca677d;p=xboard.git diff --git a/winboard/makefile.ms b/winboard/makefile.ms index 2a8e1d1..4a26ca6 100644 --- a/winboard/makefile.ms +++ b/winboard/makefile.ms @@ -31,7 +31,7 @@ RC = @rc LINK = link HC="c:\program files\help workshop\hcrtf.exe" -xn FLEX = "c:/mingw/mingw32/bin/flex.exe" -DEFS = -D_WIN32_IE=0x300 -DWIN32 -DWINVER=0x0500 -D_WIN32_WINDOWS=0x500 +DEFS = -D_WIN32_IE=0x300 -DWIN32 -DWINVER=0x0500 -D_WIN32_WINDOWS=0x500 -D YY_NO_UNISTD_H !if $(JAWS) == 1 DEFS = -DJAWS $(DEFS) !endif @@ -91,8 +91,8 @@ parser.c: ../parser.l $(FLEX) -oparser.c -L ../parser.l winboard.obj: winboard.c config.h winboard.h ../common.h ../frontend.h \ - ../backend.h ../moves.h wgamelist.h defaults.h resource.h wclipbrd.h \ - wedittags.h wsockerr.h woptions.h wsnap.h ../lists.h help.h ../args.h + ../backend.h ../moves.h defaults.h resource.h wclipbrd.h \ + wsockerr.h woptions.h wsnap.h ../lists.h help.h ../args.h $(CC) $(CFLAGS) winboard.c backend.obj: ../backend.c config.h ../common.h ../frontend.h ../backend.h \