mirror of https://github.com/axmolengine/axmol.git
Compiles on Android
This commit is contained in:
parent
4aae44f1e9
commit
49b25231f2
|
@ -131,6 +131,7 @@ platform/CCThread.cpp \
|
|||
../base/CCString.cpp \
|
||||
../base/etc1.cpp \
|
||||
../base/s3tc.cpp \
|
||||
../base/CCConsole.cpp \
|
||||
../math/kazmath/src/aabb.c \
|
||||
../math/kazmath/src/mat3.c \
|
||||
../math/kazmath/src/mat4.c \
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <functional>
|
||||
|
||||
#include "ccMacros.h"
|
||||
#include "base/CCObject.h"
|
||||
#include "CCObject.h"
|
||||
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
|
|
@ -38,6 +38,7 @@ Classes/ClickAndMoveTest/ClickAndMoveTest.cpp \
|
|||
Classes/ClippingNodeTest/ClippingNodeTest.cpp \
|
||||
Classes/CocosDenshionTest/CocosDenshionTest.cpp \
|
||||
Classes/ConfigurationTest/ConfigurationTest.cpp \
|
||||
Classes/ConsoleTest/ConsoleTest.cpp \
|
||||
Classes/CurlTest/CurlTest.cpp \
|
||||
Classes/CurrentLanguageTest/CurrentLanguageTest.cpp \
|
||||
Classes/DataVisitorTest/DataVisitorTest.cpp \
|
||||
|
|
Loading…
Reference in New Issue