diff options
author | Marcus Comstedt | 2008-01-03 07:51:55 +0000 |
---|---|---|
committer | Marcus Comstedt | 2008-01-03 07:51:55 +0000 |
commit | ca6056ae21016050cd3b8fef2a75c07a33a66491 (patch) | |
tree | d237f63929fa85e4cc553f55585074c2094f56c5 /backends/platform/dc/Makefile | |
parent | d157e47ec2f5c76ed7c006b261b6b93ad6da560f (diff) | |
download | scummvm-rg350-ca6056ae21016050cd3b8fef2a75c07a33a66491.tar.gz scummvm-rg350-ca6056ae21016050cd3b8fef2a75c07a33a66491.tar.bz2 scummvm-rg350-ca6056ae21016050cd3b8fef2a75c07a33a66491.zip |
Disable compilation of default savefile manager, to avoid having it pulled
in by --whole-archive when building with plugins.
svn-id: r30185
Diffstat (limited to 'backends/platform/dc/Makefile')
-rw-r--r-- | backends/platform/dc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile index 9fee42ec2d..e40445b515 100644 --- a/backends/platform/dc/Makefile +++ b/backends/platform/dc/Makefile @@ -11,7 +11,7 @@ VPATH = $(srcdir) CC = sh-elf-gcc -ml -m4-single-only CXX = sh-elf-g++ -ml -m4-single-only CXXFLAGS= -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions -DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB +DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o INCLUDES= -I./ -I$(srcdir) -I$(ronindir)/include/ -I$(srcdir)/engines LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm |