----------------------------------------------------------------------------------
                                 CANAME Ver.0.62.4

                                      by RYO

                             Translated by Albert Malik
----------------------------------------------------------------------------------

* Have the following ready when you are going to compile CANAME:

  1. The CANAME source.
  2. The MinGW for CANAME/JMAME available from the MAME Spirits homepage.
  3. The MinGW for CANAME/JMAME diff available from the MAME Spirits homepage.
  4. The two files brcc32.exe and rw32core.dll included in Borland BCC Ver.5.5.
     (Required only for the Japanese version, see end of file for more details)


* What you need to do in order to compile:

  1. Unzip the MinGW for CANAME/JMAME you downloaded into an appropriate folder (eg C:\MINGW).
  2. Unzip the MinGW for CANAME/JMAME diff you downloaded into the folder you unzipped MinGW for CANAME/JMAME into,
     overwriting the files there.
  3. Create a subfolder for CANAME in the MinGW folder. (eg C:\MINGW\CANAME)
  4. Unzip the CANAME source into the CANAME subfolder.
  5. Move the two files brcc32.exe and rw32core.dll into the bin subfolder in the MinGW folder.
     (only for Japanese version)
  6. Setup the following environment variables:

    set MINGW_HOME=C:\MINGW (*MinGW's drive/folder name)
    set INCLUDE=%MINGW_HOME%\include
    set PATH=%MINGW_HOME%\bin;%MINGW_HOME%\nasm;%PATH%

    * It's OK if you use the env.bat file attached to the MAME32 source,
       however, in Windows 2000 you can't set environment variables from within batch files,
       so set them from System Properties in Control Panel.

  7. Move the prompt into the CANAME folder.
  8. Input "make I686=1" without the quotes.

    * I686=1 for Pentium Pro and later, K6=1 for AMD-K6 and later, for anything else just don't input anything.

  9. Compile complete.


* Caution

  * By default it is set so you would compile the English version.
    If you want to compile the Japanese version, look for the following 
    at the 8th line of makefile:

	BUILD_ENGLISH = -DBUILD_ENGLISH

    Add the # at the beginning, save it, and then recompile.
    If you do this, then you need to move the files brcc32.exe
    and rw32core.dll into the bin folder.

  * When you compile a new version, delete the obj folder and then compile.


  From RYO (ryo573@users.sourceforge.jp)
  Translated from Japanese by Albert Malik (albertbmalik@hotmail.com)