Show
Ignore:
Timestamp:
06/10/06 23:21:00 (3 years ago)
Author:
gnue
Message:

change configure
change comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/ext.xcodeproj/project.pbxproj

    r51 r56  
    1313            buildPhases = ( 
    1414            ); 
    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             }; 
    2715            dependencies = ( 
    2816                F5203CC307247489002722B0 /* PBXTargetDependency */, 
     
    7765/* End PBXBuildFile section */ 
    7866 
    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  
    10567/* Begin PBXContainerItemProxy section */ 
    10668        F5203CC207247489002722B0 /* PBXContainerItemProxy */ = { 
     
    295257            buildRules = ( 
    296258            ); 
    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             }; 
    317259            dependencies = ( 
    318260            ); 
     
    331273            buildRules = ( 
    332274            ); 
    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             }; 
    353275            dependencies = ( 
    354276            ); 
     
    364286            isa = PBXProject; 
    365287            buildConfigurationList = F5413040096D1E1900CFD896 /* Build configuration list for PBXProject "ext" */; 
    366             buildSettings = { 
    367             }; 
    368             buildStyles = ( 
    369                 014CEA520018CE5811CA2923 /* Development */, 
    370                 014CEA530018CE5811CA2923 /* Deployment */, 
    371             ); 
    372288            hasScannedForEncodings = 1; 
    373289            mainGroup = 08FB7794FE84155DC02AAC07 /* extLibs */;