
General:

use "#define NO_DUMB" to disable the DUMB IT library.
use "#define _DEBUG" to enable debugging (FPS)
use "#define RUMBLE" to enable force feedback (requires hacked allegro 4)


MSVC:

Open up the make file. If you get warnings about DUMB files not found, just ignore.

Select the "Release" configuration and build.


DJGPP:

Make sure you are in the "fflood" folder and type:

make\djgpp.bat


MINGW32:

Make sure you are in the "fflood" folder and type:

make\mingw.bat




*NIX:

Make sure you are in the "fflood" folder and type:

make\linux.sh

OR

make\linuxdumb.sh 

Depends on if you can use dumb or not.


---

Check out the sources.
