mirror of https://github.com/axmolengine/axmol.git
Adding dependency on CocosDenshion for CocosBuilderReader in Android makefile
This commit is contained in:
parent
8680d4dbfc
commit
c86e8376dc
|
@ -54,6 +54,7 @@ physics_nodes/CCPhysicsSprite.cpp \
|
|||
LocalStorage/LocalStorageAndroid.cpp
|
||||
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocosdenshion_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += cocos_curl_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += box2d_static
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
|
||||
|
@ -68,6 +69,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) \
|
|||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
$(call import-module,cocos2dx)
|
||||
$(call import-module,CocosDenshion/android)
|
||||
$(call import-module,cocos2dx/platform/third_party/android/prebuilt/libcurl)
|
||||
$(call import-module,external/Box2D)
|
||||
$(call import-module,external/chipmunk)
|
||||
|
|
Loading…
Reference in New Issue