Fix MSVC compilability
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 4 Feb 2011 09:21:06 +0000 (10:21 +0100)
committerArun Persaud <apersaud@lbl.gov>
Tue, 8 Feb 2011 05:05:46 +0000 (21:05 -0800)
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
winboard/winboard.dsp

index f577381..215e5fa 100644 (file)
@@ -101,7 +101,7 @@ backend.obj: ../backend.c config.h ../common.h ../frontend.h ../backend.h \
 \r
 parser.obj: ../parser.c config.h ../common.h ../backend.h ../parser.h \\r
         ../frontend.h ../moves.h ../lists.h\r
-        $(CC) $(CFLAGS) parser.c\r
+        $(CC) $(CFLAGS) ../parser.c\r
 \r
 book.obj: ../book.c ../common.h ../backend.h ../lists.h\r
         $(CC) $(CFLAGS) ../book.c\r
@@ -147,7 +147,7 @@ whistory.obj: whistory.c config.h ../common.h ../frontend.h ../backend.h \
 \r
 history.obj: ../history.c config.h ../common.h ../frontend.h ../backend.h \\r
        ../lists.h\r
-        $(CC) $(CFLAGS) whistory.c\r
+        $(CC) $(CFLAGS) ../history.c\r
 \r
 wevalgraph.obj: wevalgraph.c config.h ../common.h ../frontend.h ../backend.h \\r
        ../lists.h winboard.h resource.h wsnap.h\r
index cc1dd9e..1fc2d6e 100755 (executable)
@@ -174,6 +174,10 @@ SOURCE=.\help.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\history.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\lists.c\r
 # End Source File\r
 # Begin Source File\r
@@ -182,7 +186,7 @@ SOURCE=..\moves.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\parser.c\r
+SOURCE=..\parser.c\r
 # End Source File\r
 # Begin Source File\r
 \r