misc/libphyslayer/Android.mk
author unc0rr
Mon, 15 Apr 2013 00:04:13 +0400
changeset 8910 a60f7ebab219
parent 8538 0e113487c4b2
permissions -rw-r--r--
Fix hedgehogs number desync. Now all desyncs except the one from issue #521 should be fixed. Please, test.

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)