mirror of https://github.com/axmolengine/axmol.git
Updates Xcode project for Math perf test
This commit is contained in:
parent
9248b56bde
commit
2c0445b25d
|
@ -2246,6 +2246,8 @@
|
|||
1A8C5986180E930E00EF57C3 /* CocoStudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocoStudio.h; sourceTree = "<group>"; };
|
||||
1A8C5989180E930E00EF57C3 /* DictionaryHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DictionaryHelper.cpp; sourceTree = "<group>"; };
|
||||
1A8C598A180E930E00EF57C3 /* DictionaryHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DictionaryHelper.h; sourceTree = "<group>"; };
|
||||
1A97ABFC1A1D962A0076D9CC /* MathUtilNeon64.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MathUtilNeon64.inl; sourceTree = "<group>"; };
|
||||
1A97ABFD1A1D962A0076D9CC /* MathUtilSSE.inl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MathUtilSSE.inl; sourceTree = "<group>"; };
|
||||
1A9DCA02180E6955007A3AD4 /* CCGLBufferedNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCGLBufferedNode.cpp; sourceTree = "<group>"; };
|
||||
1A9DCA03180E6955007A3AD4 /* CCGLBufferedNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCGLBufferedNode.h; sourceTree = "<group>"; };
|
||||
1AAF5351180E3060000584C8 /* AssetsManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AssetsManager.cpp; sourceTree = "<group>"; };
|
||||
|
@ -4712,6 +4714,8 @@
|
|||
50ABBD271925AB0000A911A9 /* MathUtil.h */,
|
||||
50ABBD281925AB0000A911A9 /* MathUtil.inl */,
|
||||
50ABBD291925AB0000A911A9 /* MathUtilNeon.inl */,
|
||||
1A97ABFC1A1D962A0076D9CC /* MathUtilNeon64.inl */,
|
||||
1A97ABFD1A1D962A0076D9CC /* MathUtilSSE.inl */,
|
||||
50ABBD2A1925AB0000A911A9 /* Quaternion.cpp */,
|
||||
50ABBD2B1925AB0000A911A9 /* Quaternion.h */,
|
||||
50ABBD2C1925AB0000A911A9 /* Quaternion.inl */,
|
||||
|
|
|
@ -141,6 +141,8 @@
|
|||
1A1645A9191B6283008C7C7F /* ccs-res in Resources */ = {isa = PBXBuildFile; fileRef = 1A221C9B191771E300FD2BE4 /* ccs-res */; };
|
||||
1A221C9C191771E300FD2BE4 /* ccs-res in Resources */ = {isa = PBXBuildFile; fileRef = 1A221C9B191771E300FD2BE4 /* ccs-res */; };
|
||||
1A221C9D191771E400FD2BE4 /* ccs-res in Resources */ = {isa = PBXBuildFile; fileRef = 1A221C9B191771E300FD2BE4 /* ccs-res */; };
|
||||
1A97AC001A1DC3E30076D9CC /* PerformanceMathTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A97ABFE1A1DC3E30076D9CC /* PerformanceMathTest.cpp */; };
|
||||
1A97AC011A1DC3E30076D9CC /* PerformanceMathTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A97ABFE1A1DC3E30076D9CC /* PerformanceMathTest.cpp */; };
|
||||
1A9F808D177E98A600D9A1CB /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; };
|
||||
1AAF534D180E2F4E000584C8 /* libcocos2d Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FB01807A4F9005B8026 /* libcocos2d Mac.a */; };
|
||||
1AAF5400180E39D4000584C8 /* libcocos2d iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FBE1807A4F9005B8026 /* libcocos2d iOS.a */; };
|
||||
|
@ -1067,6 +1069,8 @@
|
|||
1A0EE41318CDF775004CD58F /* cpp-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "cpp-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A0EE47E18CDF799004CD58F /* lua-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A221C9B191771E300FD2BE4 /* ccs-res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "ccs-res"; path = "../tests/cpp-tests/Resources/ccs-res"; sourceTree = "<group>"; };
|
||||
1A97ABFE1A1DC3E30076D9CC /* PerformanceMathTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceMathTest.cpp; sourceTree = "<group>"; };
|
||||
1A97ABFF1A1DC3E30076D9CC /* PerformanceMathTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceMathTest.h; sourceTree = "<group>"; };
|
||||
1A9F808C177E98A600D9A1CB /* libcurl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcurl.dylib; path = usr/lib/libcurl.dylib; sourceTree = SDKROOT; };
|
||||
1ABCA27618CD90A40087CE3A /* cocos2d_lua_bindings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d_lua_bindings.xcodeproj; path = "../cocos/scripting/lua-bindings/proj.ios_mac/cocos2d_lua_bindings.xcodeproj"; sourceTree = "<group>"; };
|
||||
1ABCA28618CD91510087CE3A /* lua-tests Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-tests Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
|
@ -2898,12 +2902,16 @@
|
|||
children = (
|
||||
1AC35AC218CECF0C00F37B72 /* PerformanceAllocTest.cpp */,
|
||||
1AC35AC318CECF0C00F37B72 /* PerformanceAllocTest.h */,
|
||||
1AF152D718FD252A00A52F3D /* PerformanceCallbackTest.cpp */,
|
||||
1AF152D818FD252A00A52F3D /* PerformanceCallbackTest.h */,
|
||||
1AC35AC418CECF0C00F37B72 /* PerformanceContainerTest.cpp */,
|
||||
1AC35AC518CECF0C00F37B72 /* PerformanceContainerTest.h */,
|
||||
1AC35AC618CECF0C00F37B72 /* PerformanceEventDispatcherTest.cpp */,
|
||||
1AC35AC718CECF0C00F37B72 /* PerformanceEventDispatcherTest.h */,
|
||||
1AC35AC818CECF0C00F37B72 /* PerformanceLabelTest.cpp */,
|
||||
1AC35AC918CECF0C00F37B72 /* PerformanceLabelTest.h */,
|
||||
1A97ABFE1A1DC3E30076D9CC /* PerformanceMathTest.cpp */,
|
||||
1A97ABFF1A1DC3E30076D9CC /* PerformanceMathTest.h */,
|
||||
1AC35ACA18CECF0C00F37B72 /* PerformanceNodeChildrenTest.cpp */,
|
||||
1AC35ACB18CECF0C00F37B72 /* PerformanceNodeChildrenTest.h */,
|
||||
1AC35ACC18CECF0C00F37B72 /* PerformanceParticleTest.cpp */,
|
||||
|
@ -2920,8 +2928,6 @@
|
|||
1AC35AD718CECF0C00F37B72 /* PerformanceTextureTest.h */,
|
||||
1AC35AD818CECF0C00F37B72 /* PerformanceTouchesTest.cpp */,
|
||||
1AC35AD918CECF0C00F37B72 /* PerformanceTouchesTest.h */,
|
||||
1AF152D718FD252A00A52F3D /* PerformanceCallbackTest.cpp */,
|
||||
1AF152D818FD252A00A52F3D /* PerformanceCallbackTest.h */,
|
||||
);
|
||||
path = PerformanceTest;
|
||||
sourceTree = "<group>";
|
||||
|
@ -4840,6 +4846,7 @@
|
|||
29080DC9191B595E0066F8DF /* UISceneManager_Editor.cpp in Sources */,
|
||||
1AC35B3F18CECF0C00F37B72 /* Bug-458.cpp in Sources */,
|
||||
3E2F27B919CFF4AF00E7C490 /* NewAudioEngineTest.cpp in Sources */,
|
||||
1A97AC001A1DC3E30076D9CC /* PerformanceMathTest.cpp in Sources */,
|
||||
1AC35C3918CECF0C00F37B72 /* PerformanceTextureTest.cpp in Sources */,
|
||||
1AC35B5318CECF0C00F37B72 /* CocosDenshionTest.cpp in Sources */,
|
||||
29080DD3191B595E0066F8DF /* UITextAtlasTest.cpp in Sources */,
|
||||
|
@ -5031,6 +5038,7 @@
|
|||
29080DC8191B595E0066F8DF /* UISceneManager.cpp in Sources */,
|
||||
1AC35C6A18CECF0C00F37B72 /* VisibleRect.cpp in Sources */,
|
||||
1AC35C4018CECF0C00F37B72 /* ReleasePoolTest.cpp in Sources */,
|
||||
1A97AC011A1DC3E30076D9CC /* PerformanceMathTest.cpp in Sources */,
|
||||
1AC35C5818CECF0C00F37B72 /* TextureCacheTest.cpp in Sources */,
|
||||
1AC35B6E18CECF0C00F37B72 /* HelloCocosBuilderLayer.cpp in Sources */,
|
||||
29080D96191B595E0066F8DF /* CustomParticleWidgetTest.cpp in Sources */,
|
||||
|
@ -5706,7 +5714,7 @@
|
|||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
|
@ -5734,7 +5742,7 @@
|
|||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
||||
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
|
|
Loading…
Reference in New Issue