aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
diff options
context:
space:
mode:
authorTravis Howell2004-02-25 04:23:58 +0000
committerTravis Howell2004-02-25 04:23:58 +0000
commita263f2c64a02e6ebe16bce00206f93f2e65d9350 (patch)
treef4e6bb2cacf65ddd402e3ea312f9c4a55f4011ee /backends/sdl/build.rules
parentd158280425efac5f4ec72e00fb2b7389cdfb5a75 (diff)
downloadscummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.tar.gz
scummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.tar.bz2
scummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.zip
OpenGL backend no longer exists.
svn-id: r13037
Diffstat (limited to 'backends/sdl/build.rules')
-rw-r--r--backends/sdl/build.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/sdl/build.rules b/backends/sdl/build.rules
index 51f25bf3bc..0a043db918 100644
--- a/backends/sdl/build.rules
+++ b/backends/sdl/build.rules
@@ -8,10 +8,6 @@ OBJS += backends/sdl/sdl-common.o
# 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
-# LIBS += -lGL
-
# Uncomment this in addition to the above if you compile on Mac OS X
# DEFINES += -DMACOSX
# LIBS += -framework QuickTime -framework AudioUnit