From c7e0555a529b306c1a350cb6b7bbecfbf2a54394 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 4 Feb 2011 10:21:06 +0100 Subject: [PATCH] Fix MSVC compilability Both the makefile and the project file had to be adapted for the new source file history.c, and the new location of parser.c. --- winboard/makefile.ms | 4 ++-- winboard/winboard.dsp | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/winboard/makefile.ms b/winboard/makefile.ms index f577381..215e5fa 100644 --- a/winboard/makefile.ms +++ b/winboard/makefile.ms @@ -101,7 +101,7 @@ backend.obj: ../backend.c config.h ../common.h ../frontend.h ../backend.h \ parser.obj: ../parser.c config.h ../common.h ../backend.h ../parser.h \ ../frontend.h ../moves.h ../lists.h - $(CC) $(CFLAGS) parser.c + $(CC) $(CFLAGS) ../parser.c book.obj: ../book.c ../common.h ../backend.h ../lists.h $(CC) $(CFLAGS) ../book.c @@ -147,7 +147,7 @@ whistory.obj: whistory.c config.h ../common.h ../frontend.h ../backend.h \ history.obj: ../history.c config.h ../common.h ../frontend.h ../backend.h \ ../lists.h - $(CC) $(CFLAGS) whistory.c + $(CC) $(CFLAGS) ../history.c wevalgraph.obj: wevalgraph.c config.h ../common.h ../frontend.h ../backend.h \ ../lists.h winboard.h resource.h wsnap.h diff --git a/winboard/winboard.dsp b/winboard/winboard.dsp index cc1dd9e..1fc2d6e 100755 --- a/winboard/winboard.dsp +++ b/winboard/winboard.dsp @@ -174,6 +174,10 @@ SOURCE=.\help.c # End Source File # Begin Source File +SOURCE=..\history.c +# End Source File +# Begin Source File + SOURCE=..\lists.c # End Source File # Begin Source File @@ -182,7 +186,7 @@ SOURCE=..\moves.c # End Source File # Begin Source File -SOURCE=.\parser.c +SOURCE=..\parser.c # End Source File # Begin Source File -- 1.7.0.4