Refactoring of game-list-options dialog
[xboard.git] / winboard / makefile.ms
index 759139e..fb3e790 100644 (file)
@@ -12,7 +12,7 @@ VCVER=6
 PROJ = winboard\r
 \r
 \r
-OBJS=backend.obj book.obj gamelist.obj lists.obj moves.obj pgntags.obj uci.obj\\r
+OBJS=backend.obj book.obj gamelist.obj gamelistopt.obj lists.obj moves.obj pgntags.obj uci.obj\\r
  zippy.obj parser.obj wclipbrd.obj wedittags.obj wengineoutput.obj wevalgraph.obj\\r
  wgamelist.obj whistory.obj history.obj winboard.obj wlayout.obj woptions.obj wsnap.obj\\r
  wsockerr.obj help.obj wsettings.obj wchat.obj engineoutput.obj evalgraph.obj\r
@@ -110,6 +110,10 @@ gamelist.obj: ../gamelist.c config.h ../lists.h ../common.h ../frontend.h \
         ../backend.h ../parser.h\r
         $(CC) $(CFLAGS) ../gamelist.c\r
 \r
+gamelistopt.obj: ../gamelistopt.c config.h ../lists.h ../common.h ../frontend.h \\r
+        ../backend.h\r
+        $(CC) $(CFLAGS) ../gamelistopt.c\r
+\r
 lists.obj: ../lists.c config.h ../lists.h ../common.h\r
         $(CC) $(CFLAGS) ../lists.c\r
 \r