diff options
| author | Marcus Comstedt | 2005-10-15 22:28:27 +0000 |
|---|---|---|
| committer | Marcus Comstedt | 2005-10-15 22:28:27 +0000 |
| commit | ea6b0f2b449c76b48b858ef58c5497de4955dabe (patch) | |
| tree | 0ea34b22687c8b8fcbec8a236909dad7040ff31b /backends/dc/Makefile | |
| parent | fb14ec58300e6d65731b6471763a9ba00a1b0747 (diff) | |
| download | scummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.tar.gz scummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.tar.bz2 scummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.zip | |
Enable MAD support.
svn-id: r19104
Diffstat (limited to 'backends/dc/Makefile')
| -rw-r--r-- | backends/dc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile index 6defbd5752..41a9f173f2 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -10,10 +10,10 @@ 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 +DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o INCLUDES= -I./ -I$(srcdir) -I$(srcdir)/common -I$(ronindir)/include/ -LIBS = -L$(ronindir)/lib -lronin -lz -lm +LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm EXECUTABLE = scummvm.elf PLUGIN_PREFIX = PLUGIN_SUFFIX = .plg |
