Retire notation.cpp

Now we can finally retire notation.cpp
and move UCI helpers under uci.cpp

No functional change.
This commit is contained in:
Marco Costalba
2014-10-26 07:50:09 +01:00
committed by Joona Kiiski
parent 2469daebb1
commit 9ba391c5cb
4 changed files with 80 additions and 107 deletions

View File

@@ -39,8 +39,8 @@ PGOBENCH = ./$(EXE) bench 32 1 1 default time
### Object files
OBJS = benchmark.o bitbase.o bitboard.o endgame.o evaluate.o main.o \
material.o misc.o movegen.o movepick.o notation.o pawns.o \
position.o search.o thread.o timeman.o tt.o uci.o ucioption.o
material.o misc.o movegen.o movepick.o pawns.o position.o \
search.o thread.o timeman.o tt.o uci.o ucioption.o
### ==========================================================================
### Section 2. High-level Configuration