QUICK Guide: Compile Crafty 19.11/12/13 Chess Engine with gcc under Windows

( BIG Guide - HTML )

Preparation steps:

(1) Goto www.bloodshed.net/dev/devcpp.html and
- Download devcpp4980.exe from
    http://www.c-view.org/soft/devcpp/downloads/devcpp4980.exe or
    http://mapage.noos.fr/dev5/devcpp4980.exe or
    http://prdownloads.sourceforge.net/dev-cpp/devcpp4980.exe.

- Download latest update (currently [05.07.2004] ver 4.9.8.7 or 4.9.8.10) from
    http://bloodshed.net/dev/devcpp49810.exe
  [this is a DELTA to above install, so you need both!]

- Install Dev-C++ to
    C:\Dev-Cpp\
  Note: This installation process consists of 2 steps:
    - First install devcpp4980.exe as usual.
    - Then install devcpp49810.exe to the same directory.

(2) Download Crafty 19.13 from
   ftp://ftp.cis.uab.edu/pub/hyatt/v19/crafty-19.13.zip

(3) Extract the contents of crafty-19.13.zip to a working directory,
for example to
   C:\c-files\crafty\

(3-b) Copy the contents of *this* zip file, i.e. the files
   - Makefile
   - Makefile_org_crafty_1911
   - Compile_Crafty_with_Dev-Cpp.bat
   - How_to_compile_crafty_19.11_under_Dev-Cpp.html
   - Make_a_crafty1911.exe-very_quickly.html
 to the same directory, e.g. to "C:\c-files\crafty\".
 This will overwrite the original file "Makefile" that was
 contained in crafty-19.13.zip. This is intended!
 (Note that the file "Makefile_org_crafty_1913" is an
 identical copy of this original makefile.)

Compilation:

In your Crafty source code directory, simply double-click
 
   "Compile_Crafty_with_Dev-Cpp.bat".
 
--> This will compile and link the crafty source code and
    create an executable "crafty.exe".

    FINISHED!

Note: If Dev-C++ was installed to another directory than C:\Dev-Cpp\,
      then the "Compile_Crafty_with_Dev-Cpp.bat" must me modified
      accordingly.

Note: You should get 1 warning and 0 errors for crafty 19.11 and 19.12
      and 5 warnings and 0 errors for crafty 19.13.