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/CCSpriteBatchNode.o \
|
||||||
../sprite_nodes/CCSpriteFrame.o \
|
../sprite_nodes/CCSpriteFrame.o \
|
||||||
../sprite_nodes/CCSpriteFrameCache.o \
|
../sprite_nodes/CCSpriteFrameCache.o \
|
||||||
|
../support/ccUTF8.o \
|
||||||
../support/CCPointExtension.o \
|
../support/CCPointExtension.o \
|
||||||
../support/CCProfiling.o \
|
../support/CCProfiling.o \
|
||||||
../support/CCUserDefault.o \
|
../support/CCUserDefault.o \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4f8a2ffda386a2d2e263781a283c32d39b6dc6a7
|
cc07100d26f9435ecf7b2588f14adb3d22980883
|
|
@ -156,35 +156,29 @@ files
|
||||||
[sprite_nodes]
|
[sprite_nodes]
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.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")
|
||||||
[support]
|
[support]
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
|
|
||||||
("../support/data_support")
|
("../support/data_support")
|
||||||
|
[support/data_support]
|
||||||
"*.cpp" # MH: Many ccCArray linker errors without ccCArray.cpp
|
"*.cpp" # MH: Many ccCArray linker errors without ccCArray.cpp
|
||||||
"*.h"
|
"*.h"
|
||||||
("../support/image_support")
|
|
||||||
|
("../support/image_support")
|
||||||
|
[support/image_support]
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
("../support/tinyxml2")
|
|
||||||
"*.h"
|
("../support/tinyxml2")
|
||||||
"*.cpp"
|
[support/tinyxml2]
|
||||||
|
"*.h"
|
||||||
|
"*.cpp"
|
||||||
|
|
||||||
("../support/zip_support")
|
("../support/zip_support")
|
||||||
|
[support/zip_support]
|
||||||
"*.h"
|
"*.h"
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue