[Scummvm-cvs-logs] SF.net SVN: scummvm: [23187] scummvm/branches/branch-0-9-0/backends/dc/Makefile

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Tue Jun 20 13:37:17 CEST 2006


Revision: 23187
Author:   marcus_c
Date:     2006-06-20 04:37:12 -0700 (Tue, 20 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23187&view=rev

Log Message:
-----------
Disabled serial for release.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/backends/dc/Makefile
Modified: scummvm/branches/branch-0-9-0/backends/dc/Makefile
===================================================================
--- scummvm/branches/branch-0-9-0/backends/dc/Makefile	2006-06-19 22:20:20 UTC (rev 23186)
+++ scummvm/branches/branch-0-9-0/backends/dc/Makefile	2006-06-20 11:37:12 UTC (rev 23187)
@@ -11,10 +11,10 @@
 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
+DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DNOSERIAL
 LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o
 INCLUDES= -I./ -I$(srcdir) -I$(srcdir)/common -I$(ronindir)/include/ -I$(srcdir)/engines
-LIBS	= -L$(ronindir)/lib -lmad -lronin -lz -lm
+LIBS	= -L$(ronindir)/lib -lmad -lronin-noserial -lz -lm
 EXECUTABLE = scummvm.elf
 PLUGIN_PREFIX =
 PLUGIN_SUFFIX = .plg


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