From ae25d185d5976f9210f70c02c7951171db3497bb Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 6 Feb 2011 15:29:22 +0100 Subject: BUILD: Add HOSTEXEPRE as prefix for EXECUTABLE the android port needs to link a shared object for scummvm --- Makefile | 2 +- configure | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 844a063f8f..2c1206ae32 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ ZIP ?= zip -q # Misc stuff - you should never have to edit this # ####################################################################### -EXECUTABLE := scummvm$(EXEEXT) +EXECUTABLE := $(EXEPRE)scummvm$(EXEEXT) include $(srcdir)/Makefile.common diff --git a/configure b/configure index b0d02e9609..7423fed563 100755 --- a/configure +++ b/configure @@ -1184,6 +1184,7 @@ fi # Determine extension used for executables # get_system_exe_extension $_host_os +HOSTEXEPRE= HOSTEXEEXT=$_exeext # @@ -3222,6 +3223,7 @@ STATICLIBPATH=$_staticlibpath BACKEND := $_backend MODULES += $MODULES MODULE_DIRS += $MODULE_DIRS +EXEPRE := $HOSTEXEPRE EXEEXT := $HOSTEXEEXT NASM := $NASM NASMFLAGS := $NASMFLAGS -- cgit v1.2.3