You've already forked lazarus-ccr
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
This commit is contained in:
@ -68,7 +68,7 @@
|
|||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="17">
|
<Units Count="19">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="fpchess.lpr"/>
|
<Filename Value="fpchess.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -156,6 +156,16 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="ltelnetex"/>
|
<UnitName Value="ltelnetex"/>
|
||||||
</Unit16>
|
</Unit16>
|
||||||
|
<Unit17>
|
||||||
|
<Filename Value="mod_winboard.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="mod_winboard"/>
|
||||||
|
</Unit17>
|
||||||
|
<Unit18>
|
||||||
|
<Filename Value="winboardconn.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="winboardConn"/>
|
||||||
|
</Unit18>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
@ -9,7 +9,7 @@ uses
|
|||||||
Interfaces, // this includes the LCL widgetset
|
Interfaces, // this includes the LCL widgetset
|
||||||
Forms, lnetbase, mainform, chessdrawer, chessgame, chessconfig,
|
Forms, lnetbase, mainform, chessdrawer, chessgame, chessconfig,
|
||||||
chesstcputils, chessmodules, mod_samecomputer, mod_fics, mod_kcchess,
|
chesstcputils, chessmodules, mod_samecomputer, mod_fics, mod_kcchess,
|
||||||
selectPromotionPiece, ltelnetex
|
selectPromotionPiece, ltelnetex, winboardConn, mod_winboard
|
||||||
{$ifdef FPCHESS_WEBSERVICES}
|
{$ifdef FPCHESS_WEBSERVICES}
|
||||||
,IDelphiChess_Intf
|
,IDelphiChess_Intf
|
||||||
{$endif};
|
{$endif};
|
||||||
|
Reference in New Issue
Block a user