diff options
| author | Travis Howell | 2004-02-25 04:23:58 +0000 | 
|---|---|---|
| committer | Travis Howell | 2004-02-25 04:23:58 +0000 | 
| commit | a263f2c64a02e6ebe16bce00206f93f2e65d9350 (patch) | |
| tree | f4e6bb2cacf65ddd402e3ea312f9c4a55f4011ee | |
| parent | d158280425efac5f4ec72e00fb2b7389cdfb5a75 (diff) | |
| download | scummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.tar.gz scummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.tar.bz2 scummvm-rg350-a263f2c64a02e6ebe16bce00206f93f2e65d9350.zip | |
OpenGL backend no longer exists.
svn-id: r13037
| -rw-r--r-- | backends/sdl/build.rules | 4 | 
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 | 
