quake2quest/Projects/Android/jni/Application.mk

23 lines
593 B
Makefile
Raw Normal View History

2019-09-25 21:46:42 +00:00
# MAKEFILE_LIST specifies the current used Makefiles, of which this is the last
# one. I use that to obtain the Application.mk dir then import the root
# Application.mk.
ROOT_DIR := $(dir $(lastword $(MAKEFILE_LIST)))../../../../..
NDK_MODULE_PATH := $(ROOT_DIR)
APP_PLATFORM := android-19
APP_CFLAGS += -Wl,--no-undefined
APPLICATIONMK_PATH = $(call my-dir)
2019-12-10 23:03:20 +00:00
TOP_DIR := $(APPLICATIONMK_PATH)
SUPPORT_LIBS := $(APPLICATIONMK_PATH)/SupportLibs
GL4ES_PATH := $(SUPPORT_LIBS)/gl4es
2019-09-25 21:46:42 +00:00
APP_ALLOW_MISSING_DEPS=true
2019-12-10 23:03:20 +00:00
APP_MODULES := yquake2 yquake2_game gl4es yquake2_gl1
2019-09-25 21:46:42 +00:00
APP_STL := c++_shared