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

Max Horn fingolfin at users.sourceforge.net
Wed Aug 21 10:36:04 CEST 2002


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

Added Files:
	build.rules 
Log Message:
first go at modularizing the build system

--- NEW FILE: build.rules ---
# 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
# OBJS	   += backends/sdl/sdl_gl.o
# DEFINES  += -DUNIX
# INCLUDES += `sdl-config --cflags`
# LIBS     += `sdl-config --libs` -lGL

# Uncomment this in addition to the above if you compile on Mac OS X
DEFINES += -DMACOSX
LIBS	+= -framework QuickTime -framework AudioUnit





More information about the Scummvm-git-logs mailing list