aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/Makefile.ps2
diff options
context:
space:
mode:
authorMax Lingua2014-01-23 18:15:42 -0500
committerMax Lingua2014-01-23 18:34:58 -0500
commit5e36716be5dc55d2fbf0d417b03e065bd09f7946 (patch)
treec46d9dbf2281eeb303014d9dc5a468ffb67f6457 /backends/platform/ps2/Makefile.ps2
parent6487c362a1909b10886ee95f4f91109a7808fd33 (diff)
downloadscummvm-rg350-5e36716be5dc55d2fbf0d417b03e065bd09f7946.tar.gz
scummvm-rg350-5e36716be5dc55d2fbf0d417b03e065bd09f7946.tar.bz2
scummvm-rg350-5e36716be5dc55d2fbf0d417b03e065bd09f7946.zip
PS2: Made it quieter unless -DLOGORRHEIC is set
Diffstat (limited to 'backends/platform/ps2/Makefile.ps2')
-rw-r--r--backends/platform/ps2/Makefile.ps21
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2
index 7b010e8440..3631c653f6 100644
--- a/backends/platform/ps2/Makefile.ps2
+++ b/backends/platform/ps2/Makefile.ps2
@@ -100,6 +100,7 @@ CXXFLAGS = $(FLAGS) -Wnon-virtual-dtor -Wno-reorder -fno-exceptions -fno-rtti
DEFINES = -D_EE -D__PLAYSTATION2__ -D__NEW_PS2SDK__ -DUSE_ZLIB -DFORCE_RTL -DDATA_PATH=\"host:data\"
DEFINES += -DDISABLE_SAVEGAME_SORTING -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL -DDISABLE_SID -DDISABLE_NES_APU
+# DEFINES += -DLOGORRHEIC
INCDIR := $(PS2SDK)/ee/include $(PS2SDK)/common/include $(PS2SDK)/ports/include . $(srcdir) $(srcdir)/engines
INCLUDES := $(addprefix -I, $(INCDIR))