project_files/Android-build/SDL-android-project/jni/SDL_ttf/Android.mk
author Xeli
Tue, 28 Feb 2012 22:00:33 +0100
changeset 6751 7c75941b499b
parent 6592 cf12f07d6f24
child 9372 915436ff64ab
permissions -rw-r--r--
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := SDL_ttf

LOCAL_CFLAGS := -I$(LOCAL_PATH)/../SDL/include -I$(LOCAL_PATH)/../../../../../misc/libfreetype/include

LOCAL_SRC_FILES := SDL_ttf.c

LOCAL_SHARED_LIBRARIES := SDL

LOCAL_STATIC_LIBRARIES := freetype

LOCAL_LDLIBS := -lz

include $(BUILD_SHARED_LIBRARY)