r789 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 25 12:22:19 EDT 2006


Author: zakk
Date: 2006-05-25 12:22:19 -0400 (Thu, 25 May 2006)
New Revision: 789

Modified:
   trunk/Makefile
Log:
sdl1111111111111111111111111111


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-05-22 04:48:09 UTC (rev 788)
+++ trunk/Makefile	2006-05-25 16:22:19 UTC (rev 789)
@@ -432,7 +432,7 @@
   endif
 
   ifeq ($(USE_SDL),1)
-    BASE_CFLAGS += $(shell sdl11-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
+    BASE_CFLAGS += $(shell sdl-config --cflags) -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1
   endif
 
   ifeq ($(ARCH),axp)
@@ -463,7 +463,7 @@
   CLIENT_LDFLAGS =
 
   ifeq ($(USE_SDL),1)
-    CLIENT_LDFLAGS += $(shell sdl11-config --libs)
+    CLIENT_LDFLAGS += $(shell sdl-config --libs)
   else
     CLIENT_LDFLAGS += -L/usr/X11R6/$(LIB) -lGL -lX11 -lXext -lXxf86dga -lXxf86vm
   endif




More information about the quake3-commits mailing list