mirror of https://github.com/axmolengine/axmol.git
issue #2284: add some files into extensions linux project
This commit is contained in:
parent
a221f06592
commit
3543ee2ac3
|
@ -9,7 +9,9 @@ INCLUDES = -I$(COCOS_ROOT)/external \
|
|||
-I../CCBReader \
|
||||
-I../GUI/CCControlExtension \
|
||||
-I../GUI/CCEditBox \
|
||||
-I../network
|
||||
-I../network \
|
||||
-I../Components \
|
||||
-I../CCArmature
|
||||
|
||||
SOURCES = ../CCBReader/CCBFileLoader.cpp \
|
||||
../CCBReader/CCMenuItemImageLoader.cpp \
|
||||
|
@ -75,7 +77,36 @@ SOURCES = ../CCBReader/CCBFileLoader.cpp \
|
|||
../spine/extension.cpp \
|
||||
../spine/spine-cocos2dx.cpp \
|
||||
../spine/CCSkeleton.cpp \
|
||||
../spine/CCSkeletonAnimation.cpp
|
||||
../spine/CCSkeletonAnimation.cpp \
|
||||
../CCArmature/CCArmature.cpp \
|
||||
../CCArmature/CCBone.cpp \
|
||||
../CCArmature/animation/CCArmatureAnimation.cpp \
|
||||
../CCArmature/animation/CCProcessBase.cpp \
|
||||
../CCArmature/animation/CCTween.cpp \
|
||||
../CCArmature/datas/CCDatas.cpp \
|
||||
../CCArmature/display/CCBatchNode.cpp \
|
||||
../CCArmature/display/CCDecorativeDisplay.cpp \
|
||||
../CCArmature/display/CCDisplayFactory.cpp \
|
||||
../CCArmature/display/CCDisplayManager.cpp \
|
||||
../CCArmature/display/CCShaderNode.cpp \
|
||||
../CCArmature/display/CCSkin.cpp \
|
||||
../CCArmature/external_tool/GLES-Render.cpp \
|
||||
../CCArmature/external_tool/Json/CSContentJsonDictionary.cpp \
|
||||
../CCArmature/external_tool/Json/lib_json/json_value.cpp \
|
||||
../CCArmature/external_tool/Json/lib_json/json_reader.cpp \
|
||||
../CCArmature/external_tool/Json/lib_json/json_writer.cpp \
|
||||
../CCArmature/physics/CCColliderDetector.cpp \
|
||||
../CCArmature/physics/CCPhysicsWorld.cpp \
|
||||
../CCArmature/utils/CCArmatureDataManager.cpp \
|
||||
../CCArmature/utils/CCDataReaderHelper.cpp \
|
||||
../CCArmature/utils/CCSpriteFrameCacheHelper.cpp \
|
||||
../CCArmature/utils/CCTransformHelp.cpp \
|
||||
../CCArmature/utils/CCTweenFunction.cpp \
|
||||
../CCArmature/utils/CCUtilMath.cpp \
|
||||
../Components/CCComAttribute.cpp \
|
||||
../Components/CCComAudio.cpp \
|
||||
../Components/CCComController.cpp \
|
||||
../Components/CCInputDelegate.cpp
|
||||
|
||||
include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk
|
||||
|
||||
|
|
Loading…
Reference in New Issue