aboutsummaryrefslogtreecommitdiff
path: root/backends/dc
diff options
context:
space:
mode:
authorMax Horn2003-10-17 18:46:31 +0000
committerMax Horn2003-10-17 18:46:31 +0000
commit729b5561678864608e2b934537ab81f47c875c30 (patch)
tree4b5673be384956a4c4419f18fb10821af866cae3 /backends/dc
parentb901a24d49c65f8c4ebe24b810fc7b3309614b20 (diff)
downloadscummvm-rg350-729b5561678864608e2b934537ab81f47c875c30.tar.gz
scummvm-rg350-729b5561678864608e2b934537ab81f47c875c30.tar.bz2
scummvm-rg350-729b5561678864608e2b934537ab81f47c875c30.zip
patch #824241
svn-id: r10877
Diffstat (limited to 'backends/dc')
-rw-r--r--backends/dc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile
index 616fc3779a..0e39ae51a8 100644
--- a/backends/dc/Makefile
+++ b/backends/dc/Makefile
@@ -11,6 +11,7 @@ LDFLAGS := -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o
INCLUDES:= -I./ -I../.. -I../../common -I$(ronindir)/include/
CPPFLAGS= $(DEFINES) $(INCLUDES)
LIBS = -L$(ronindir)/lib -lronin -lz -lm
+EXECUTABLE:= scummvm$(EXEEXT)
EXEEXT = .elf
MKDIR = mkdir -p
ECHO = /usr/ucb/echo -n