From cdfe6f19318a1e657d89afcfcdcb42a0e243102a Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 8 Sep 2014 13:43:56 +0200 Subject: [PATCH] Add ini.c to MSVC makefile --- makefile.ms | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/makefile.ms b/makefile.ms index d3bb245..85f38e4 100644 --- a/makefile.ms +++ b/makefile.ms @@ -6,7 +6,7 @@ OBJS = attack.obj board.obj book.obj book_make.obj book_merge.obj colour.obj\ main.obj mainloop.obj move.obj move_do.obj move_gen.obj move_legal.obj\ option.obj parse.obj pgn.obj piece.obj pipex_win32.obj pipex_posix.obj\ random.obj san.obj search.obj square.obj uci.obj uci2uci.obj util.obj\ - xboard2uci.obj + xboard2uci.obj ini.obj LIBS = oldnames.lib -- 1.7.0.4