Updated SDL 1.3 to rev. 4563, fixed compilation

This commit is contained in:
pelya
2010-07-22 11:55:12 +03:00
parent 58b0feff64
commit 1e20b02f1c
36 changed files with 679 additions and 296 deletions

View File

@@ -4,9 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := application
APP_SUBDIRS := $(patsubst $(LOCAL_PATH)/%, %, $(shell find $(LOCAL_PATH)/src -type d))
# Add more subdirs here, like src/subdir1 src/subdir2
APP_SUBDIRS := $(patsubst $(LOCAL_PATH)/%, %, $(shell find $(LOCAL_PATH)/src/ -type d))
LOCAL_CFLAGS := $(foreach D, $(APP_SUBDIRS), -I$(LOCAL_PATH)/$(D)) \
-I$(LOCAL_PATH)/../sdl/include \