X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=db65a6790b11932124bd29c6b3993e640ed75b94;hb=bf1467b590e28b4dc641a3c753ce728b90d42081;hp=7e3746321672ddded60ec02180d5803f12069405;hpb=671b4c9fb4a307e0caaec84408afefa455901cca;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index 7e37463..db65a67 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -4,7 +4,7 @@ PROJ=winboard -OBJS=backend.o book.o gamelist.o gamelistopt.o lists.o moves.o pgntags.o uci.o zippy.o\ +OBJS=backend.o book.o gamelist.o lists.o moves.o pgntags.o uci.o zippy.o\ parser.o wbres.o wclipbrd.o wedittags.o wengineoutput.o wevalgraph.o\ wgamelist.o whistory.o history.o winboard.o wlayout.o woptions.o wsnap.o\ wsockerr.o help.o wsettings.o wchat.o engineoutput.o evalgraph.o @@ -28,7 +28,7 @@ USE_MINGW=1 # set up for cygwin or not ifeq ($(USE_MINGW),1) -CFCYG = -mno-cygwin +CFCYG = -mno-cygwin -DUSE_I64 LFCYG = -mno-cygwin -lmsvcrt endif @@ -109,10 +109,6 @@ gamelist.o: ../gamelist.c config.h ../lists.h ../common.h ../frontend.h \ ../backend.h ../parser.h $(call compile, $<) -gamelistopt.o: ../gamelistopt.c config.h ../lists.h ../common.h ../frontend.h \ - ../backend.h - $(call compile, $<) - wclipbrd.o: wclipbrd.c config.h ../common.h ../frontend.h ../backend.h \ winboard.h resource.h wclipbrd.h ../lists.h $(call compile, $<) @@ -121,7 +117,7 @@ wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend. ../backend.h ../lists.h $(call compile, $<) -wgamelist.o: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \ +wgamelist.o: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \ ../backend.h ../lists.h $(call compile, $<)