project_files/Android-build/SDL-android-project/jni/SDL_ttf/Android.mk
author unc0rr
Sun, 17 Feb 2013 00:25:53 +0400
changeset 8508 f849b7b3af1d
parent 6592 cf12f07d6f24
child 9372 915436ff64ab
permissions -rw-r--r--
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt) - Fix build with .pro file

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)