mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
please be careful when commiting every modified file instead of only commiting selected files :-)
svn-id: r4912
This commit is contained in:
parent
a6109b9e75
commit
c72bfca50d
6
Makefile
6
Makefile
@ -25,15 +25,15 @@ OBJS =
|
||||
|
||||
# Enable this if you want ScummVM to dump all scripts it runs.
|
||||
# This is mainly interesting for developers.
|
||||
DEFINES += -DDUMP_SCRIPTS
|
||||
# DEFINES += -DDUMP_SCRIPTS
|
||||
|
||||
# Uncomment this to activate the MAD lib for compressed sound files
|
||||
DEFINES += -DCOMPRESSED_SOUND_FILE
|
||||
LIBS += -lmad
|
||||
|
||||
# Uncomment this to activate the ALSA lib for midi
|
||||
DEFINES += -DUSE_ALSA
|
||||
LIBS += -lasound
|
||||
# DEFINES += -DUSE_ALSA
|
||||
# LIBS += -lasound
|
||||
|
||||
# Concat DEFINES and INCLUDES to for the CPPFLAGS
|
||||
CPPFLAGS= $(DEFINES) $(INCLUDES)
|
||||
|
Loading…
Reference in New Issue
Block a user