aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc
diff options
context:
space:
mode:
authorMax Horn2011-06-01 18:17:35 +0200
committerMax Horn2011-06-01 18:17:35 +0200
commit4bfd23783af5ec60a20872e0b34aab55efe74ea6 (patch)
tree9cffee49554070dcefd658fb317e04490fde17fa /backends/platform/dc
parentb0a460e849fbad76e973fce57efd3d15a419e0f5 (diff)
downloadscummvm-rg350-4bfd23783af5ec60a20872e0b34aab55efe74ea6.tar.gz
scummvm-rg350-4bfd23783af5ec60a20872e0b34aab55efe74ea6.tar.bz2
scummvm-rg350-4bfd23783af5ec60a20872e0b34aab55efe74ea6.zip
DC: Clarify comment
Diffstat (limited to 'backends/platform/dc')
-rw-r--r--backends/platform/dc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile
index 00d408fdaf..6da32a9049 100644
--- a/backends/platform/dc/Makefile
+++ b/backends/platform/dc/Makefile
@@ -12,7 +12,7 @@ LD = $(CXX)
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 -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_RGB_COLOR
# For release builds:
-#DEFINES := -DNOSERIAL
+#DEFINES += -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 -lz -lm