Short: Useful SDL configurations Author: lombi@iprimus.com.au (Lorence Lombardo) Uploader: lombi iprimus com au (Lorence Lombardo) Type: dev/c Version: 24-Jan-2012 Architecture: generic In this archive I have provided my most used SDL configurations. Configuration Descriptions:- sdl-config1:- This was infact my first SDL configuration for Gabriele Greco's SDL implementation from here:- http://aminet.net/package/dev/misc/SDL-Amiga This does not require an FPU. sdl-config2:- This configuration is for Bernd Roesch's update of SDL from the archive "LibSDL-1.2.14dev.lha" from here:- http://amiga.sourceforge.net/ This is without OpenGL and requires an FPU. sdl-config3:- This is the lib setup of "sdl-config2" with the includes of "sdl-config1". sdl-config4:- This is the lib setup of "sdl-config1" with the includes of "sdl-config2". sdl-config5:- This is effectively "sdl-config2" with StormMesa's OpenGL implementation from here:- http://aminet.net/package/util/libs/StormMesa_Libs68K When ever you need to make any one these configurations the default simply copy "sdl-configN" to "sdl-config". Compiling tip:- Although in the "Makefile" you might specify:- "CFLAGS = $(shell sdl-config2 --cflags)" A cross over error can occur from the source. e.g. "#include " To remedy this simply remove the "SDL/". Feeling bored ? :) Why not check out this URL ? http://home.iprimus.com.au/lombi/1/homepage.htm