project_files/Android-build/SDL-android-project/jni/SDL_ttf/Android.mk
author unc0rr
Sat, 25 Feb 2012 22:18:08 +0400
changeset 6738 dd98869d74b4
parent 6592 cf12f07d6f24
child 9372 915436ff64ab
permissions -rw-r--r--
Remove client's teams only when game is running and exit status is 'incorrect exit'. Frontend still sends excessive ROUND_FINISHED, so the bug is not fixed completely.

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)