From 4c6c780c5770dbbc4507b93bc37eaa93c287b28f Mon Sep 17 00:00:00 2001 From: brian-ch Date: Wed, 7 Sep 2011 17:43:42 +0000 Subject: [PATCH] Added support to play against a winboard engine git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1918 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/fpchess/fpchess.lpi | 12 +++++++++++- applications/fpchess/fpchess.lpr | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/applications/fpchess/fpchess.lpi b/applications/fpchess/fpchess.lpi index 9e3d8b5b6..629f68232 100644 --- a/applications/fpchess/fpchess.lpi +++ b/applications/fpchess/fpchess.lpi @@ -68,7 +68,7 @@ - + @@ -156,6 +156,16 @@ + + + + + + + + + + diff --git a/applications/fpchess/fpchess.lpr b/applications/fpchess/fpchess.lpr index ae24188cd..558a9f8c7 100644 --- a/applications/fpchess/fpchess.lpr +++ b/applications/fpchess/fpchess.lpr @@ -9,7 +9,7 @@ uses Interfaces, // this includes the LCL widgetset Forms, lnetbase, mainform, chessdrawer, chessgame, chessconfig, chesstcputils, chessmodules, mod_samecomputer, mod_fics, mod_kcchess, -selectPromotionPiece, ltelnetex +selectPromotionPiece, ltelnetex, winboardConn, mod_winboard {$ifdef FPCHESS_WEBSERVICES} ,IDelphiChess_Intf {$endif};