Changeset 56 for NEWT0/trunk/ext.xcodeproj/project.pbxproj
- Timestamp:
- 06/10/06 23:21:00 (3 years ago)
- Files:
-
- 1 modified
-
NEWT0/trunk/ext.xcodeproj/project.pbxproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/ext.xcodeproj/project.pbxproj
r51 r56 13 13 buildPhases = ( 14 14 ); 15 buildSettings = {16 OTHER_CFLAGS = "";17 OTHER_LDFLAGS = "";18 OTHER_REZFLAGS = "";19 PRODUCT_NAME = all;20 SECTORDER_FLAGS = "";21 WARNING_CFLAGS = (22 "-Wmost",23 "-Wno-four-char-constants",24 "-Wno-unknown-pragmas",25 );26 };27 15 dependencies = ( 28 16 F5203CC307247489002722B0 /* PBXTargetDependency */, … … 77 65 /* End PBXBuildFile section */ 78 66 79 /* Begin PBXBuildStyle section */80 014CEA520018CE5811CA2923 /* Development */ = {81 isa = PBXBuildStyle;82 buildSettings = {83 COPY_PHASE_STRIP = NO;84 DEBUGGING_SYMBOLS = YES;85 GCC_DYNAMIC_NO_PIC = NO;86 GCC_ENABLE_FIX_AND_CONTINUE = YES;87 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;88 GCC_OPTIMIZATION_LEVEL = 0;89 OPTIMIZATION_CFLAGS = "-O0";90 ZERO_LINK = YES;91 };92 name = Development;93 };94 014CEA530018CE5811CA2923 /* Deployment */ = {95 isa = PBXBuildStyle;96 buildSettings = {97 COPY_PHASE_STRIP = YES;98 GCC_ENABLE_FIX_AND_CONTINUE = NO;99 ZERO_LINK = NO;100 };101 name = Deployment;102 };103 /* End PBXBuildStyle section */104 105 67 /* Begin PBXContainerItemProxy section */ 106 68 F5203CC207247489002722B0 /* PBXContainerItemProxy */ = { … … 295 257 buildRules = ( 296 258 ); 297 buildSettings = {298 DYLIB_COMPATIBILITY_VERSION = 1;299 DYLIB_CURRENT_VERSION = 1;300 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;301 GCC_WARN_UNKNOWN_PRAGMAS = NO;302 INSTALL_PATH = "";303 LIBRARY_STYLE = BUNDLE;304 OTHER_CFLAGS = "";305 OTHER_LDFLAGS = (306 "-bundle",307 "-undefined",308 suppress,309 "-flat_namespace",310 );311 OTHER_REZFLAGS = "";312 PREBINDING = NO;313 PRODUCT_NAME = protoFILE;314 SECTORDER_FLAGS = "";315 WARNING_CFLAGS = "-Wmost";316 };317 259 dependencies = ( 318 260 ); … … 331 273 buildRules = ( 332 274 ); 333 buildSettings = {334 DYLIB_COMPATIBILITY_VERSION = 1;335 DYLIB_CURRENT_VERSION = 1;336 GCC_OPTIMIZATION_LEVEL = s;337 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;338 GCC_WARN_UNKNOWN_PRAGMAS = NO;339 INSTALL_PATH = "";340 LIBRARY_STYLE = BUNDLE;341 OTHER_CFLAGS = "";342 OTHER_LDFLAGS = (343 "-undefined",344 suppress,345 "-flat_namespace",346 );347 OTHER_REZFLAGS = "";348 PREBINDING = NO;349 PRODUCT_NAME = protoREGEX;350 SECTORDER_FLAGS = "";351 WARNING_CFLAGS = "-Wmost";352 };353 275 dependencies = ( 354 276 ); … … 364 286 isa = PBXProject; 365 287 buildConfigurationList = F5413040096D1E1900CFD896 /* Build configuration list for PBXProject "ext" */; 366 buildSettings = {367 };368 buildStyles = (369 014CEA520018CE5811CA2923 /* Development */,370 014CEA530018CE5811CA2923 /* Deployment */,371 );372 288 hasScannedForEncodings = 1; 373 289 mainGroup = 08FB7794FE84155DC02AAC07 /* extLibs */;
