mirror of https://github.com/axmolengine/axmol.git
fixed #1753: Adding ccUTF8.h/.cpp for MAC, LINUX and MARMALADE port.
This commit is contained in:
parent
3a465739c3
commit
3f74cd8190
|
@ -104,6 +104,7 @@ OBJECTS = ../actions/CCAction.o \
|
|||
../sprite_nodes/CCSpriteBatchNode.o \
|
||||
../sprite_nodes/CCSpriteFrame.o \
|
||||
../sprite_nodes/CCSpriteFrameCache.o \
|
||||
../support/ccUTF8.o \
|
||||
../support/CCPointExtension.o \
|
||||
../support/CCProfiling.o \
|
||||
../support/CCUserDefault.o \
|
||||
|
|
|
@ -1 +1 @@
|
|||
4f8a2ffda386a2d2e263781a283c32d39b6dc6a7
|
||||
cc07100d26f9435ecf7b2588f14adb3d22980883
|
|
@ -157,34 +157,28 @@ files
|
|||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
("../support")
|
||||
[support]
|
||||
"base64.cpp"
|
||||
"base64.h"
|
||||
# "CCArray.cpp"
|
||||
"CCPointExtension.cpp"
|
||||
"CCProfiling.cpp"
|
||||
"CCProfiling.h"
|
||||
"CCUserDefault.cpp"
|
||||
"ccUtils.cpp"
|
||||
"ccUtils.h"
|
||||
"TransformUtils.cpp"
|
||||
"TransformUtils.h"
|
||||
|
||||
("../support")
|
||||
[support]
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
("../support/data_support")
|
||||
[support/data_support]
|
||||
"*.cpp" # MH: Many ccCArray linker errors without ccCArray.cpp
|
||||
"*.h"
|
||||
("../support/image_support")
|
||||
|
||||
("../support/image_support")
|
||||
[support/image_support]
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
("../support/tinyxml2")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
("../support/tinyxml2")
|
||||
[support/tinyxml2]
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
("../support/zip_support")
|
||||
[support/zip_support]
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue