aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2002-06-14 04:31:17 +0000
committerTravis Howell2002-06-14 04:31:17 +0000
commitbf82c903308f5ddf40cf293b0ca28fca3d3edc36 (patch)
tree0c5ff8719e892dd9e1770dce20ebfc363613a17a /Makefile
parent8169e55560fe5959e6f6a03d1e8d5043846a02cd (diff)
downloadscummvm-rg350-bf82c903308f5ddf40cf293b0ca28fca3d3edc36.tar.gz
scummvm-rg350-bf82c903308f5ddf40cf293b0ca28fca3d3edc36.tar.bz2
scummvm-rg350-bf82c903308f5ddf40cf293b0ca28fca3d3edc36.zip
Reverse patch as requested by Endy
svn-id: r4419
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f0643ceee4..c096b7c7bb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ LIBS = -lncurses
# DEFINES += -DUSE_ALSA
# LIBS += -lasound
-# Uncomment this to activate the OpenGL rendering routines (it needs SDL!)
-# LIBS += -lGL
-# DEFINES += -DOPENGL
# Now, please choose a graphical output system between SDL and X11.
# Beware, only define one of them, otherwise the compilation will blow up.