X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=Makefile;h=9eed26580c183f989e26b02b7d0baa1858935dd2;hb=c61aaabe5b3091a918cd4763e455e3b848d51a54;hp=f5189ed04af329f519d4bf47e586a6538031187e;hpb=31daebfc1031441aa180e3af2e547a8cd2b92c32;p=bonanza.git diff --git a/Makefile b/Makefile index f5189ed..9eed265 100644 --- 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 help: @echo "try targets as:"