
This project contains 3 make files.

for *nix enviorments, win32, and PSP

Makefile for *nix
Makefile.win for windows ( using mingw32 on debian so change the variables in the make file if your actually using windows )
Makefile.psp for PSP 

a example to compile:

make -f Makefile
make -f Makefile.win
make -f Makefile.psp

make sure to clean the directory before building for a different platform.


This project also is a older project, so the code is fairly sloppy
it was just 'glued' together and forced to work, but performs fairly 
well in certian circumstances. I believe the PSP version cannot quit.
So certian bugs need to be addressed for PSP before it is ready to have 
a stable build.

This project is depended on SDL and SDL_mxf

you can download SDL_mxf @ http://svn.masterx-ovdm.info

or issue the following command

svn co svn://svn.masterx-ovdm.info/SDL_mxf


--- masterx-ovdm.info