8 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
10 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
12 if test $# -eq 0; then
17 while test $# -gt 0; do
19 -*=*) optarg
=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;;
26 if test $exec_prefix_set = no
; then
44 echo -I${prefix}/include
/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main
47 echo -L${exec_prefix}/lib
-lmingw32 -lSDLmain -lSDL -mwindows
50 # --libs|--static-libs)
51 echo -L${exec_prefix}/lib
-lmingw32 -lSDLmain -lSDL -mwindows