Changeset 14883 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jun 15, 2006, 3:33:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r14863 r14883 233 233 E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; }; 234 234 /* End PBXBuildFile section */ 235 236 /* Begin PBXBuildStyle section */237 1467E3080A40B8D60012E1AF /* Development */ = {238 isa = PBXBuildStyle;239 buildSettings = {240 COPY_PHASE_STRIP = NO;241 };242 name = Development;243 };244 1467E3090A40B8D60012E1AF /* Deployment */ = {245 isa = PBXBuildStyle;246 buildSettings = {247 COPY_PHASE_STRIP = YES;248 };249 name = Deployment;250 };251 /* End PBXBuildStyle section */252 235 253 236 /* Begin PBXContainerItemProxy section */ … … 1014 997 isa = PBXProject; 1015 998 buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */; 1016 buildSettings = {1017 };1018 buildStyles = (1019 1467E3080A40B8D60012E1AF /* Development */,1020 1467E3090A40B8D60012E1AF /* Deployment */,1021 );1022 999 hasScannedForEncodings = 1; 1023 1000 mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */; … … 1392 1369 isa = XCBuildConfiguration; 1393 1370 buildSettings = { 1371 DEBUG_INFORMATION_FORMAT = dwarf; 1394 1372 GCC_ENABLE_CPP_EXCEPTIONS = NO; 1395 1373 GCC_ENABLE_CPP_RTTI = NO; … … 1429 1407 isa = XCBuildConfiguration; 1430 1408 buildSettings = { 1409 DEBUG_INFORMATION_FORMAT = dwarf; 1431 1410 GCC_ENABLE_CPP_EXCEPTIONS = NO; 1432 1411 GCC_ENABLE_CPP_RTTI = NO; … … 1466 1445 isa = XCBuildConfiguration; 1467 1446 buildSettings = { 1447 DEBUG_INFORMATION_FORMAT = dwarf; 1468 1448 GCC_ENABLE_CPP_EXCEPTIONS = NO; 1469 1449 GCC_ENABLE_CPP_RTTI = NO;
Note:
See TracChangeset
for help on using the changeset viewer.