
SPACE GLIDER 
version 0.3 alpha
by 2000-sep-05

(c) Copyright 2000 Christian Schler

homepage: http://members.tripod.de/cschueler/
email: cschueler@gmx.de

----------
SOURCECODE
----------

This program has been compiled with DJGPP v2.02 (gcc 2.95.2)
and with MINGW32 (also gcc 2.95.2)
It was linked with the Allegro library 3.9.33

Using DJGPP and the provided makefile, you should be able to 
reproduce the executable out of the box.

Just enable the 2nd LIB line in the makefile. ie

#LIB     = -lalleg -lstdcxx
LIB     = -lalleg -lstdc++

to compile for Windows with MINGW32
