Mercurial > sdl-ios-xcode
comparison Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj @ 3171:5ecd475f38e7
Added power subsystem to Xcode project.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 07 Jun 2009 06:42:15 +0000 |
parents | 91b0e95f443a |
children | f0191bd9f99c |
comparison
equal
deleted
inserted
replaced
3170:b7a48f533966 | 3171:5ecd475f38e7 |
---|---|
607 BEC567E80761D90600A33029 /* threadwin.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = threadwin.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 607 BEC567E80761D90600A33029 /* threadwin.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = threadwin.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
608 BEC567F50761D90600A33029 /* torturethread.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = torturethread.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 608 BEC567F50761D90600A33029 /* torturethread.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = torturethread.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
609 F3DEB6A50C58BF48003E2527 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = common.c; path = ../../test/common.c; sourceTree = SOURCE_ROOT; }; | 609 F3DEB6A50C58BF48003E2527 /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = common.c; path = ../../test/common.c; sourceTree = SOURCE_ROOT; }; |
610 F3DEB6A70C58BF51003E2527 /* testwm2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testwm2.c; path = ../../test/testwm2.c; sourceTree = SOURCE_ROOT; }; | 610 F3DEB6A70C58BF51003E2527 /* testwm2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testwm2.c; path = ../../test/testwm2.c; sourceTree = SOURCE_ROOT; }; |
611 F3DEB7060C58C13E003E2527 /* testwm2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testwm2.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 611 F3DEB7060C58C13E003E2527 /* testwm2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testwm2.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
612 F3DEB7080C58C13E003E2527 /* Info-testwm2.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Info-testwm2.plist"; sourceTree = "<group>"; }; | 612 F3DEB7080C58C13E003E2527 /* Info-testwm2.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-testwm2.plist"; sourceTree = "<group>"; }; |
613 F57DC39802A6E6A201D28762 /* testoverlay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = testoverlay.c; path = ../../test/testoverlay.c; sourceTree = SOURCE_ROOT; }; | 613 F57DC39802A6E6A201D28762 /* testoverlay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = testoverlay.c; path = ../../test/testoverlay.c; sourceTree = SOURCE_ROOT; }; |
614 /* End PBXFileReference section */ | 614 /* End PBXFileReference section */ |
615 | 615 |
616 /* Begin PBXFrameworksBuildPhase section */ | 616 /* Begin PBXFrameworksBuildPhase section */ |
617 002F337809CA14F900EBEB88 /* Frameworks */ = { | 617 002F337809CA14F900EBEB88 /* Frameworks */ = { |
3246 isa = XCBuildConfiguration; | 3246 isa = XCBuildConfiguration; |
3247 buildSettings = { | 3247 buildSettings = { |
3248 COPY_PHASE_STRIP = YES; | 3248 COPY_PHASE_STRIP = YES; |
3249 DEBUGGING_SYMBOLS = NO; | 3249 DEBUGGING_SYMBOLS = NO; |
3250 GCC_ENABLE_FIX_AND_CONTINUE = NO; | 3250 GCC_ENABLE_FIX_AND_CONTINUE = NO; |
3251 OPTIMIZATION_CFLAGS = "-O3"; | 3251 GCC_OPTIMIZATION_LEVEL = 3; |
3252 OTHER_CFLAGS = ""; | 3252 OTHER_CFLAGS = ""; |
3253 OTHER_LDFLAGS = ""; | 3253 OTHER_LDFLAGS = ""; |
3254 OTHER_REZFLAGS = ""; | 3254 OTHER_REZFLAGS = ""; |
3255 PRODUCT_NAME = "Build All"; | 3255 PRODUCT_NAME = "Build All"; |
3256 SECTORDER_FLAGS = ""; | 3256 SECTORDER_FLAGS = ""; |
3269 COPY_PHASE_STRIP = NO; | 3269 COPY_PHASE_STRIP = NO; |
3270 GCC_DYNAMIC_NO_PIC = NO; | 3270 GCC_DYNAMIC_NO_PIC = NO; |
3271 GCC_ENABLE_FIX_AND_CONTINUE = YES; | 3271 GCC_ENABLE_FIX_AND_CONTINUE = YES; |
3272 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; | 3272 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
3273 GCC_OPTIMIZATION_LEVEL = 0; | 3273 GCC_OPTIMIZATION_LEVEL = 0; |
3274 OPTIMIZATION_CFLAGS = "-O0"; | |
3275 OTHER_CFLAGS = ""; | 3274 OTHER_CFLAGS = ""; |
3276 OTHER_LDFLAGS = ""; | 3275 OTHER_LDFLAGS = ""; |
3277 OTHER_REZFLAGS = ""; | 3276 OTHER_REZFLAGS = ""; |
3278 PRODUCT_NAME = "Build All"; | 3277 PRODUCT_NAME = "Build All"; |
3279 SECTORDER_FLAGS = ""; | 3278 SECTORDER_FLAGS = ""; |