misc/libphyslayer/Android.mk
author koda
Mon, 25 Feb 2013 00:20:09 +0100
branchphysfslayer
changeset 8549 af104e59ea8e
parent 8538 0e113487c4b2
permissions -rw-r--r--
due to popular demand, add a compile time switch to manually select whether to build the internal physfs (default) or not

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE    := physlayer

LOCAL_CFLAGS := -O2

LOCAL_C_INCLUDES := $(LOCAL_PATH) $(MISC_DIR)/liblua $(MISC_DIR)/liblua $(JNI_DIR)/SDL/include

LOCAL_SRC_FILES := hwpacksmounter.c \
                   physfslualoader.c \
                   physfsrwops.c \

LOCAL_SHARED_LIBRARIES += SDL lua

include $(BUILD_SHARED_LIBRARY)