mirror of https://github.com/axmolengine/axmol.git
Enabled the CCUserDefault for Marmalade - works now that libxml2 is being used.
This commit is contained in:
parent
7350fa9bb5
commit
34759f4411
|
@ -111,6 +111,7 @@ files
|
|||
"CCPointExtension.cpp"
|
||||
"CCProfiling.cpp"
|
||||
"CCProfiling.h"
|
||||
"CCUserDefault.cpp"
|
||||
"ccUtils.cpp"
|
||||
"ccUtils.h"
|
||||
"TransformUtils.cpp"
|
||||
|
|
|
@ -211,6 +211,11 @@ files
|
|||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
[Test/UserDefaultTest]
|
||||
("../tests/UserDefaultTest")
|
||||
"*.h"
|
||||
"*.cpp"
|
||||
|
||||
[Tests/ZwoptexTest]
|
||||
("../tests/ZwoptexTest")
|
||||
"*.h"
|
||||
|
|
|
@ -103,10 +103,10 @@ static TestScene* CreateTestScene(int nIdx)
|
|||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_BADA)
|
||||
case TEST_CURL:
|
||||
pScene = new CurlTestScene(); break;
|
||||
#endif
|
||||
#endif
|
||||
case TEST_USERDEFAULT:
|
||||
pScene = new UserDefaultTestScene(); break;
|
||||
#endif
|
||||
case TEST_DIRECTOR:
|
||||
pScene = new DirectorTestScene(); break;
|
||||
case TEST_BUGS:
|
||||
|
|
Loading…
Reference in New Issue