README for A Simple C OpenGL Program

This is the simplest OpenGL program written in C for Windows
that you  can write. It was originally written using
VisualC++ 2.2-it was last compiled using version 4.1.
I eventually got rid of the make file and made it a VC++
project. You can recreate the make file if you wish-the only
tricky part would be remembering to add the OPENGL32.LIB and
GLU32.LIB to the linker statement.