[Scummvm-cvs-logs] SF.net SVN: scummvm: [30185] scummvm
marcus_c at users.sourceforge.net
marcus_c at users.sourceforge.net
Thu Jan 3 08:51:56 CET 2008
Revision: 30185
http://scummvm.svn.sourceforge.net/scummvm/?rev=30185&view=rev
Author: marcus_c
Date: 2008-01-02 23:51:55 -0800 (Wed, 02 Jan 2008)
Log Message:
-----------
Disable compilation of default savefile manager, to avoid having it pulled
in by --whole-archive when building with plugins.
Modified Paths:
--------------
scummvm/branches/branch-0-11-0/backends/platform/dc/Makefile
scummvm/trunk/backends/platform/dc/Makefile
Modified: scummvm/branches/branch-0-11-0/backends/platform/dc/Makefile
===================================================================
--- scummvm/branches/branch-0-11-0/backends/platform/dc/Makefile 2008-01-03 07:49:19 UTC (rev 30184)
+++ scummvm/branches/branch-0-11-0/backends/platform/dc/Makefile 2008-01-03 07:51:55 UTC (rev 30185)
@@ -11,7 +11,7 @@
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 -DNOSERIAL
+DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER -DNOSERIAL
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-noserial -lz -lm
Modified: scummvm/trunk/backends/platform/dc/Makefile
===================================================================
--- scummvm/trunk/backends/platform/dc/Makefile 2008-01-03 07:49:19 UTC (rev 30184)
+++ scummvm/trunk/backends/platform/dc/Makefile 2008-01-03 07:51:55 UTC (rev 30185)
@@ -11,7 +11,7 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list