Changed directory structure to contain less symlinks so dependencies will get recalculated correctly by make
This commit is contained in:
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := sdl_image
|
||||
|
||||
LOCAL_CFLAGS := -I$(LOCAL_PATH) -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../sdl/include \
|
||||
LOCAL_CFLAGS := -I$(LOCAL_PATH) -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include \
|
||||
-DLOAD_PNG -DLOAD_JPG -DLOAD_GIF -DLOAD_BMP
|
||||
|
||||
LOCAL_CPP_EXTENSION := .cpp
|
||||
@@ -13,7 +13,7 @@ LOCAL_SRC_FILES := $(notdir $(wildcard $(LOCAL_PATH)/*.c))
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := png jpeg
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := sdl
|
||||
LOCAL_SHARED_LIBRARIES := sdl-$(SDL_VERSION)
|
||||
|
||||
LOCAL_LDLIBS := -lz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user