diff options
author | Yotam Barnoy | 2009-12-31 23:54:57 +0000 |
---|---|---|
committer | Yotam Barnoy | 2009-12-31 23:54:57 +0000 |
commit | 9fff10378670e836d7e939b209b7c1da7f72e4c3 (patch) | |
tree | 4b250710d13aabe971e8a67101f2d10d4e900f87 /backends/platform | |
parent | 080d6da6e42cad623d0cfab37f6d753f121c470b (diff) | |
download | scummvm-rg350-9fff10378670e836d7e939b209b7c1da7f72e4c3.tar.gz scummvm-rg350-9fff10378670e836d7e939b209b7c1da7f72e4c3.tar.bz2 scummvm-rg350-9fff10378670e836d7e939b209b7c1da7f72e4c3.zip |
PSP: added disable_dosbox_opl to custom makefile
svn-id: r46809
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/psp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 681691236a..f5d6a16c7e 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -66,7 +66,7 @@ endif #CC = psp-gcc CXX = psp-g++ CXXFLAGS = -O3 -Wall -Wno-multichar -fno-exceptions -fno-rtti -DEFINES = -D__PSP__ -DNONSTANDARD_PORT -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_ZLIB +DEFINES = -D__PSP__ -DNONSTANDARD_PORT -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_ZLIB -DDISABLE_DOSBOX_OPL LDFLAGS := INCDIR := $(srcdir) . $(srcdir)/engines/ $(PSPSDK)/include INCLUDES := $(addprefix -I, $(INCDIR)) |