aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
diff options
context:
space:
mode:
authorMax Horn2004-02-29 00:49:40 +0000
committerMax Horn2004-02-29 00:49:40 +0000
commit82fec69482a0de5b1b9dc744dccdc20ec9a93b97 (patch)
treedf53e10669d3aff09b891e155330767af50cf921 /backends/sdl/build.rules
parent680160407b901beacfdc13ea95a99c1646351bbf (diff)
downloadscummvm-rg350-82fec69482a0de5b1b9dc744dccdc20ec9a93b97.tar.gz
scummvm-rg350-82fec69482a0de5b1b9dc744dccdc20ec9a93b97.tar.bz2
scummvm-rg350-82fec69482a0de5b1b9dc744dccdc20ec9a93b97.zip
merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple source files
svn-id: r13092
Diffstat (limited to 'backends/sdl/build.rules')
-rw-r--r--backends/sdl/build.rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/sdl/build.rules b/backends/sdl/build.rules
index 0a043db918..81cfd25e93 100644
--- a/backends/sdl/build.rules
+++ b/backends/sdl/build.rules
@@ -3,10 +3,7 @@ MODULES += backends/sdl
DEFINES += -DUNIX
INCLUDES += `sdl-config --cflags`
LIBS += `sdl-config --libs`
-OBJS += backends/sdl/sdl-common.o
-
-# The normal (non OpenGL-accelerated) SDL backend
-OBJS += backends/sdl/sdl.o
+OBJS += backends/sdl/events.o backends/sdl/graphics.o backends/sdl/sdl.o
# Uncomment this in addition to the above if you compile on Mac OS X
# DEFINES += -DMACOSX