Added limited support for "configure"-like scripts

This commit is contained in:
pelya
2010-07-22 15:33:19 +03:00
parent 6c2f60ec2b
commit 8876c75849
6 changed files with 138 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ LOCAL_CFLAGS := $(foreach D, $(APP_SUBDIRS), -I$(LOCAL_PATH)/$(D)) \
-I$(LOCAL_PATH)/../sdl_net \
-I$(LOCAL_PATH)/../sdl_blitpool \
-I$(LOCAL_PATH)/../stlport/stlport \
-I$(LOCAL_PATH)/../png \
-I$(LOCAL_PATH)/../jpeg \
LOCAL_CFLAGS += $(APPLICATION_ADDITIONAL_CFLAGS)