[Scummvm-cvs-logs] CVS: scummvm-new/backends/sdl build.rules,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Wed Aug 21 10:44:01 CEST 2002


Update of /cvsroot/scummvm/scummvm-new/backends/sdl
In directory usw-pr-cvs1:/tmp/cvs-serv32171/backends/sdl

Modified Files:
	build.rules 
Log Message:
don't use OS X rules by default for SDL backend; use cp instead of ln to create the local build.rules file

Index: build.rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/backends/sdl/build.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- build.rules	21 Aug 2002 17:35:45 -0000	1.1
+++ build.rules	21 Aug 2002 17:43:00 -0000	1.2
@@ -1,16 +1,16 @@
 # Build settings for the SDL backend
 MODULES  += backends/sdl
-OBJS	 += backends/sdl/sdl.o
 DEFINES  += -DUNIX
 INCLUDES += `sdl-config --cflags`
 LIBS     += `sdl-config --libs`
 
-# Uncomment this (instead of the above) to activate the SDL with OpenGL output
+# The normal (non OpenGL-accelerated) SDL backend
+OBJS	 += backends/sdl/sdl.o
+
+# Uncomment these lines (instead of the above) to use SDL with OpenGL
 # OBJS	   += backends/sdl/sdl_gl.o
-# DEFINES  += -DUNIX
-# INCLUDES += `sdl-config --cflags`
-# LIBS     += `sdl-config --libs` -lGL
+# LIBS     += -lGL
 
 # Uncomment this in addition to the above if you compile on Mac OS X
-DEFINES += -DMACOSX
-LIBS	+= -framework QuickTime -framework AudioUnit
+# DEFINES += -DMACOSX
+# LIBS	+= -framework QuickTime -framework AudioUnit





More information about the Scummvm-git-logs mailing list