Notes for SPRedit 1.0 source code
---------------------------------

The main.cpp is quite enough if you have allegro library installed on your OS.
The other files are saves from the DevCpp project, the resource file and the icon...

I haven't tried to compile on other platforms than Windows yet, but hopefully it works,
because no use of Windows API, just the Standard Library and Allegro routines are called.
There is a conversion of slashes in the file handlers, so this shouldn't be an issue in Linux..
As soon I compile on other platforms, I'll upload the sources/results at the release pages.
(http://sourceforge.net/projects/spredit/files/)

Sorry for the messy all-in-one code, this is my style at the moment, I still like keeping all
codes in one-file for simplicity of storing & compiling... And the time of development was 
1-2 weeks so far, and there was no time to fully structure the code.
Later it can change, and I may separate parts of the program in different source codes, as it
is usually done.....

In case of question don't hesitate to ask me at hmtmade@gmail.com.

2010 Mihaly Horvath



