mirror of https://github.com/axmolengine/axmol.git
Merge remote-tracking branch 'refs/remotes/origin/patch-spine' into patch-spine
This commit is contained in:
commit
92b1da1fce
|
@ -69,6 +69,8 @@ spine/Skin.cpp \
|
||||||
spine/Slot.cpp \
|
spine/Slot.cpp \
|
||||||
spine/SlotData.cpp \
|
spine/SlotData.cpp \
|
||||||
spine/extension.cpp \
|
spine/extension.cpp \
|
||||||
|
spine/CCSkeletonAnimation.cpp \
|
||||||
|
spine/CCSkeleton.cpp \
|
||||||
spine/spine-cocos2dx.cpp
|
spine/spine-cocos2dx.cpp
|
||||||
|
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static
|
LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static
|
||||||
|
|
|
@ -59,6 +59,8 @@ EXTENSIONS_SOURCES = ../CCBReader/CCBFileLoader.cpp \
|
||||||
../spine/Slot.cpp \
|
../spine/Slot.cpp \
|
||||||
../spine/SlotData.cpp \
|
../spine/SlotData.cpp \
|
||||||
../spine/extension.cpp \
|
../spine/extension.cpp \
|
||||||
|
../spine/CCSkeleton.cpp \
|
||||||
|
../spine/CCSkeletonAnimation.cpp \
|
||||||
../spine/spine-cocos2dx.cpp
|
../spine/spine-cocos2dx.cpp
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Reference in New Issue