Added intl and sdl_gfx libraries (thanks to Kurosu)

This commit is contained in:
pelya
2010-08-18 20:43:26 +03:00
parent 501a98228d
commit 4c6ddb909e
87 changed files with 47541 additions and 24 deletions

View File

@@ -13,9 +13,12 @@ LOCAL_CFLAGS := $(foreach D, $(APP_SUBDIRS), -I$(LOCAL_PATH)/$(D)) \
-I$(LOCAL_PATH)/../sdl_ttf \
-I$(LOCAL_PATH)/../sdl_net \
-I$(LOCAL_PATH)/../sdl_blitpool \
-I$(LOCAL_PATH)/../sdl_gfx \
-I$(LOCAL_PATH)/../stlport/stlport \
-I$(LOCAL_PATH)/../png \
-I$(LOCAL_PATH)/../jpeg \
-I$(LOCAL_PATH)/../intl \
LOCAL_CFLAGS += $(APPLICATION_ADDITIONAL_CFLAGS)