From 9fff10378670e836d7e939b209b7c1da7f72e4c3 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Thu, 31 Dec 2009 23:54:57 +0000 Subject: PSP: added disable_dosbox_opl to custom makefile svn-id: r46809 --- backends/platform/psp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/psp/Makefile') 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)) -- cgit v1.2.3