Reverse Source Code
-------------------

The Reverse source code is (c)2001 by NewCreature Design. The source may be
freely distributed and portions of the code may be extracted and used by you in
your own projects.


Compiling for Windows
---------------------

The Windows version can be compiled with the free MinGW32 compiler. You'll also
need the FMOD and Allegro libraries installed. Type "make win" from the command
prompt while in "source" sub-directory. The compiled executable will be placed
in the "bin\win" sub-directory.


Compiling for DOS
-----------------

The DOS version can be compiled with the free DJGPP compiler. Just type
"make dos" from the command prompt while in the "source" sub-directory. The
compiled executable will be placed in the "bin\dos" sub-directory.


Compiling for Other OSs
-----------------------

You'll need Allegro and the proper tools to make Allegro work. See the Allegro
readme for your platform for information on what you need to compile this. Once
you have the proper tools, type "make port" from the "source" sub-directory.
The compiled executable will be placed in the "bin/port" sub-directory.


Links
-----

MinGW32
-http://www.mingw.org

DJGPP
-http://www.delorie.com

FMOD
-http://www.fmod.org

Allegro
-http://alleg.sourceforge.net


After Compilation
-----------------

Place the new executable in the "distro" sub-directory and you should be ready
to go.


Troubleshooting
---------------

I'm new to making portable source code so you might run into trouble
with this distribution. If you have trouble getting it to compile, you
can e-mail me at todd@ncdgames.com and I'll try to help you.