aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Brown2002-07-09 14:31:00 +0000
committerJames Brown2002-07-09 14:31:00 +0000
commitc579c16bf15aa2651a0c9f2030c4f5db95080f8f (patch)
tree5f8722820cea9c525ad45156376de6e384c400b2 /Makefile
parente92bb8a778f5d6dbfe3d54acd4f10d32f84c4edd (diff)
downloadscummvm-rg350-c579c16bf15aa2651a0c9f2030c4f5db95080f8f.tar.gz
scummvm-rg350-c579c16bf15aa2651a0c9f2030c4f5db95080f8f.tar.bz2
scummvm-rg350-c579c16bf15aa2651a0c9f2030c4f5db95080f8f.zip
Dumb up filename case insensitivity
svn-id: r4504
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e678e578ff..8434ab7cf9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ INCLUDES:= -I./ -I./sound
LIBS = -lncurses
# Uncomment this to activate the MAD lib for compressed sound files
-DEFINES += -DCOMPRESSED_SOUND_FILE
-LIBS += -lmad
+#DEFINES += -DCOMPRESSED_SOUND_FILE
+#LIBS += -lmad
# Uncomment this to activate the ALSA lib for midi
# DEFINES += -DUSE_ALSA