X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=db65a6790b11932124bd29c6b3993e640ed75b94;hb=5cd55bddca592918f38deff675d05b650a71412e;hp=778883e79cd0cb871e5a982939760c77b82e26ce;hpb=f1fbc14f88e6dfef22020dc193f3b4805952778c;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index 778883e..db65a67 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -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 @@ -117,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, $<)