Enabled the CCUserDefault for Marmalade - works now that libxml2 is being used.

This commit is contained in:
styck 2011-12-08 20:47:42 -08:00
parent 7350fa9bb5
commit 34759f4411
3 changed files with 7 additions and 1 deletions

View File

@ -111,6 +111,7 @@ files
"CCPointExtension.cpp"
"CCProfiling.cpp"
"CCProfiling.h"
"CCUserDefault.cpp"
"ccUtils.cpp"
"ccUtils.h"
"TransformUtils.cpp"

View File

@ -211,6 +211,11 @@ files
"*.h"
"*.cpp"
[Test/UserDefaultTest]
("../tests/UserDefaultTest")
"*.h"
"*.cpp"
[Tests/ZwoptexTest]
("../tests/ZwoptexTest")
"*.h"

View File

@ -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: