[DEV] mac : missing font

This commit is contained in:
Edouard DUPIN 2013-04-16 22:41:03 +02:00
parent 3aac9ab9a7
commit 91c1201f69

View File

@ -25,6 +25,8 @@ LOCAL_LDLIBS :=
LOCAL_CFLAGS := -DPROJECT_NAME="\"$(LOCAL_MODULE)\"" \
-DAPPL_VERSION_TAG_NAME="\"$(LOCAL_VERSION)-$(BUILD_DIRECTORY_MODE)\""
LOCAL_COPY_FILES := ../data/Font/freefont/FreeSerif.ttf:fonts/FreeSerif.ttf
LOCAL_COPY_FOLDERS := ../data/Font/freefont/FreeMon*.ttf:fonts
LOCAL_COPY_FILES += ../data/icon.png:icon.png
include $(BUILD_EXECUTABLE)