ADDING NEW OS SUPPORT :

	If your OS is not currently supported, but you know how shared
libraries work on your system, you can add support for the operating
system in the following manner :

1)  Copy any of the Makefiles and rename it for your OS.
2)  Modify your new makefile to suit your system - this includes the
    compiler and linker options necessary for creating shared libraries.
3)  Add a new C file to the platform directory which mimicks the dl_load
    command found there.  
