diff sdl-config.in @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 674df5617bba
children a77c022733fe
line wrap: on
line diff
--- a/sdl-config.in	Fri Feb 10 07:29:08 2006 +0000
+++ b/sdl-config.in	Thu Feb 16 10:11:48 2006 +0000
@@ -40,15 +40,6 @@
       ;;
     --cflags)
       echo -I@includedir@/SDL @SDL_CFLAGS@
-
-      # The portable way of including SDL is #include "SDL.h"
-      #if test @includedir@ != /usr/include ; then
-      #    # Handle oddities in Win32 path handling (assumes prefix)
-      #    prefix=`echo ${prefix} | sed 's,^//\([A-Z]\),\1:,'`
-      #
-      #    includes=-I@includedir@
-      #fi
-      #echo $includes -I@includedir@/SDL @SDL_CFLAGS@
       ;;
 @ENABLE_SHARED_TRUE@    --libs)
 @ENABLE_SHARED_TRUE@      libdirs="-L@libdir@ @SDL_RLD_FLAGS@"