Fix force mode after setboard
[bonanza.git] / Makefile
index f5189ed..888eb3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,12 @@ OBJS =data.o main.o io.o proce.o utility.o ini.o attack.o book.o makemove.o \
 # -DMNJ_LAN          enables a client-mode of cluster searches.
 # -DNO_LOGGING       suppresses dumping log files.
 # -DUSI              enables USI mode (not implemented).
+# -DXBOARD           enables WinBoard/XBoard mode (implemented!).
 # -DINANIWA_SHIFT    enables an Inaniwa strategy detection.
 # -DDFPN             build the DFPN worker of mate-problems server.
 # -DDFPN_CLIENT      enables the client-mode of mate-problem server.
 
-OPT =-DNDEBUG -DMINIMUM -DHAVE_SSE4 -msse4.1 -DDFPN -DTLP -DDFPN_CLIENT -DINANIWA_SHIFT -DMNJ_LAN -DCSA_LAN
+OPT =-DNDEBUG -DMINIMUM -DHAVE_SSE4 -msse4.1 -DDFPN -DTLP -DDFPN_CLIENT -DINANIWA_SHIFT -DMNJ_LAN -DCSA_LAN -DXBOARD -DMPV
 
 help:
        @echo "try targets as:"