Mercurial > SDL_sound_CoreAudio
changeset 50:d7e118d8fede
Removed -DUSE_RWOPS for MOD, and readded -Werror.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 22 Sep 2001 16:29:17 +0000 |
parents | 365b3be64aac |
children | 3d34b03167f2 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Sep 22 14:48:29 2001 +0000 +++ b/Makefile Sat Sep 22 16:29:17 2001 +0000 @@ -81,7 +81,7 @@ # Note that various decoders may need external libraries. #-----------------------------------------------------------------------------# use_decoder_raw := true -use_decoder_mp3 := false +use_decoder_mp3 := false use_decoder_mod := true use_decoder_voc := true use_decoder_wav := true @@ -222,7 +222,7 @@ CFLAGS := -I$(SRCDIR) $(CFLAGS) CFLAGS += $(use_asm) -D_REENTRANT -fsigned-char -DPLATFORM_UNIX -CFLAGS += -Wall -fno-exceptions -fno-rtti -ansi -pedantic +CFLAGS += -Wall -Werror -fno-exceptions -fno-rtti -ansi -pedantic LDFLAGS += -lm @@ -272,7 +272,7 @@ ifeq ($(strip $(use_decoder_mod)),true) MAINSRCS += decoders/mod.c - CFLAGS += -DSOUND_SUPPORTS_MOD -DUSE_RWOPS + CFLAGS += -DSOUND_SUPPORTS_MOD LDFLAGS += -lmikmod endif