aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2003-09-18 13:03:56 +0000
committerMax Horn2003-09-18 13:03:56 +0000
commita15fdcea21272fbc53ee47f7ced7ac0a093b52cc (patch)
tree08bed827bf4fc938d78beeec37925d41306333d7 /Makefile
parentdbb20eaee5c7837d10e02661b83f5360ea7db395 (diff)
downloadscummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.tar.gz
scummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.tar.bz2
scummvm-rg350-a15fdcea21272fbc53ee47f7ced7ac0a093b52cc.zip
plugin work: right now, only with build rules for OS X. Once I can get it to work here, I'll add more build rules. Work in progress, a lot ain't work, but the plugin stuff is disabled by default, so no harm should arise
svn-id: r10292
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9de722d5d4..aa60179ca3 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ OBJS :=
MODULES :=
MODULE_DIRS :=
+EXECUTABLE := scummvm$(EXEEXT)
+
# Load the make rules generated by configure
include config.mak