From c579c16bf15aa2651a0c9f2030c4f5db95080f8f Mon Sep 17 00:00:00 2001 From: James Brown Date: Tue, 9 Jul 2002 14:31:00 +0000 Subject: Dumb up filename case insensitivity svn-id: r4504 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3