Move ICS-engine analyze and AnalyzeGame code to shared back-end
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 14 Oct 2012 08:47:21 +0000 (10:47 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 11:45:07 +0000 (12:45 +0100)
commite52795a90f3a8136332ed86ff17920e6e75e5f3f
treeb1b2a21d33e718d349121ba394c98223488acbfe
parentafc3422299e8e3b788b09c807abeb2474b092129
Move ICS-engine analyze and AnalyzeGame code to shared back-end

This code was still duplicated between WB and XB in the front-ends.
Because of its incorporation in AnalyzeModeEvent the 'middle-end'
function AnalyzeModeProc could be eliminated. AnalyzeModeEvent was made
to return an int to flag its success, and keep the JAWS code based
on it out of XBoard.
 The AnalyzeGame code  is now incorporated in AnalyzeFileEvent().
backend.c
backend.h
menus.c
winboard/winboard.c