removed install files from master
[xboard.git] / winboard / makefile.gcc
index 7e7b820..83dde19 100644 (file)
@@ -7,7 +7,7 @@ PROJ=winboard
 OBJS=backend.o book.o gamelist.o lists.o moves.o pgntags.o uci.o zippy.o\\r
  parser.o wbres.o wclipbrd.o wedittags.o wengineo.o wevalgraph.o\\r
  wgamelist.o whistory.o winboard.o wlayout.o woptions.o wsnap.o\\r
- wsockerr.o help.o\r
+ wsockerr.o help.o wsettings.o\r
 \r
 \r
 # make compiling less spammy\r
@@ -70,7 +70,6 @@ $(PROJ).hlp : $(PROJ).rtf
 \r
 \r
 # Update the resource if necessary\r
-#wbres.o: $(RESDEPS)\r
 wbres.o: $(PROJ).rc $(PROJ).h resource.h\r
        windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@\r
 \r
@@ -164,5 +163,8 @@ book.o: ../book.c ../common.h ../backend.h ../lists.h
 uci.o: ../uci.c ..//common.h ../backend.h ../frontend.h ../lists.h\r
        $(call compile, $<)\r
 \r
+wsettings.o: wsettings.c ..//common.h ../backend.h ../frontend.h ../lists.h\r
+       $(call compile, $<)\r
+\r
 %.o: %.c\r
        $(call compile, $<)\r