Howto compile a SDL_gfx DLL on Windows with VisualC:

All that has to be done is drop the makefile in the SDL_gfx dir and
type "nmake". This assumes the VisualC environment variables have been set
up, which can be done with a batchfile named vcvars32.bat in VC's bin
dir.  There is no install target since it is never clear where things can
be found on Windows...


---
Contributed by: Danny van Bruggen <danny@froukepc.dhs.org>
