Changeset 4135
- Timestamp:
- 05/24/06 01:01:14 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WiredClient.xcodeproj/project.pbxproj
r4121 r4135 14 14 77F05B7F0751E75A004F4E0E /* Run Script (Localize) */, 15 15 ); 16 buildSettings = {17 OTHER_CFLAGS = "";18 OTHER_LDFLAGS = "";19 OTHER_REZFLAGS = "";20 PRODUCT_NAME = Distribution;21 SECTORDER_FLAGS = "";22 WARNING_CFLAGS = (23 "-Wmost",24 "-Wno-four-char-constants",25 "-Wno-unknown-pragmas",26 );27 };28 16 dependencies = ( 29 17 ); … … 37 25 A5D97309078F0D1700CD982E /* Run Script (Zip) */, 38 26 ); 39 buildSettings = {40 OTHER_CFLAGS = "";41 OTHER_LDFLAGS = "";42 OTHER_REZFLAGS = "";43 PRODUCT_NAME = Packaging;44 SECTORDER_FLAGS = "";45 WARNING_CFLAGS = (46 "-Wmost",47 "-Wno-four-char-constants",48 "-Wno-unknown-pragmas",49 );50 };51 27 dependencies = ( 52 28 A5C4786A07AAE13200F87F7A /* PBXTargetDependency */, … … 61 37 A5E8BB48087490330010F2A4 /* Run Script (Wired Additions) */, 62 38 ); 63 buildSettings = {64 OPTIMIZATION_CFLAGS = "";65 OTHER_CFLAGS = "";66 OTHER_LDFLAGS = "";67 OTHER_REZFLAGS = "";68 PRODUCT_NAME = "Wired Additions";69 SECTORDER_FLAGS = "";70 WARNING_CFLAGS = (71 "-Wmost",72 "-Wno-four-char-constants",73 "-Wno-unknown-pragmas",74 );75 };76 39 dependencies = ( 77 40 ); … … 257 220 A5FF1B140616783900BE536C /* Trackers.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A5FF1B130616783900BE536C /* Trackers.tiff */; }; 258 221 /* End PBXBuildFile section */ 259 260 /* Begin PBXBuildStyle section */261 4A9504CCFFE6A4B311CA0CBA /* Development */ = {262 isa = PBXBuildStyle;263 buildSettings = {264 COPY_PHASE_STRIP = NO;265 GCC_ENABLE_FIX_AND_CONTINUE = NO;266 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;267 GCC_OPTIMIZATION_LEVEL = 0;268 OTHER_CFLAGS = "-DDEVELOPMENT";269 ZERO_LINK = YES;270 };271 name = Development;272 };273 4A9504CDFFE6A4B311CA0CBA /* Deployment */ = {274 isa = PBXBuildStyle;275 buildSettings = {276 COPY_PHASE_STRIP = YES;277 GCC_ENABLE_FIX_AND_CONTINUE = NO;278 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;279 GCC_WARN_UNINITIALIZED_AUTOS = YES;280 OTHER_CFLAGS = "-DDEPLOYMENT";281 ZERO_LINK = NO;282 };283 name = Deployment;284 };285 A53682BD0741625C00530E73 /* Testing */ = {286 isa = PBXBuildStyle;287 buildSettings = {288 COPY_PHASE_STRIP = NO;289 GCC_ENABLE_FIX_AND_CONTINUE = NO;290 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;291 GCC_OPTIMIZATION_LEVEL = 0;292 OTHER_CFLAGS = "-DTESTING";293 ZERO_LINK = NO;294 };295 name = Testing;296 };297 /* End PBXBuildStyle section */298 222 299 223 /* Begin PBXContainerItemProxy section */ … … 645 569 A5E8BABE08748D4A0010F2A4 /* Scripts */, 646 570 29B97317FDCFA39411CA2CEA /* Resources */, 647 779951B30A122D1F00600320 /* Smil yes */,571 779951B30A122D1F00600320 /* Smileys */, 648 572 A52B1C4806C408A80033D317 /* Images */, 649 573 29B97323FDCFA39411CA2CEA /* Frameworks */, … … 705 629 sourceTree = "<group>"; 706 630 }; 707 779951B30A122D1F00600320 /* Smil yes */ = {631 779951B30A122D1F00600320 /* Smileys */ = { 708 632 isa = PBXGroup; 709 633 children = ( … … 726 650 779951720A122BBB00600320 /* Yuck.tiff */, 727 651 ); 728 name = Smil yes;652 name = Smileys; 729 653 sourceTree = "<group>"; 730 654 }; … … 1181 1105 buildRules = ( 1182 1106 ); 1183 buildSettings = {1184 FRAMEWORK_SEARCH_PATHS = WiredAdditions/build;1185 GCC_PRECOMPILE_PREFIX_HEADER = YES;1186 GCC_PREFIX_HEADER = prefix.pch;1187 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;1188 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;1189 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;1190 GCC_WARN_MISSING_PARENTHESES = YES;1191 GCC_WARN_SIGN_COMPARE = YES;1192 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;1193 GCC_WARN_UNKNOWN_PRAGMAS = YES;1194 GCC_WARN_UNUSED_FUNCTION = YES;1195 GCC_WARN_UNUSED_LABEL = YES;1196 GCC_WARN_UNUSED_VALUE = YES;1197 GCC_WARN_UNUSED_VARIABLE = YES;1198 INFOPLIST_FILE = Info.plist;1199 MACOSX_DEPLOYMENT_TARGET = 10.2;1200 OTHER_LDFLAGS = (1201 "-lcrypto",1202 "-lssl",1203 "-bind_at_load",1204 );1205 PRODUCT_NAME = "Wired Client";1206 };1207 1107 dependencies = ( 1208 1108 A5E8BB6A087490C80010F2A4 /* PBXTargetDependency */, … … 1220 1120 isa = PBXProject; 1221 1121 buildConfigurationList = A5E8BAB808748D3B0010F2A4 /* Build configuration list for PBXProject "WiredClient" */; 1222 buildSettings = {1223 MACOSX_DEPLOYMENT_TARGET = 10.2;1224 SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;1225 };1226 buildStyles = (1227 4A9504CCFFE6A4B311CA0CBA /* Development */,1228 A53682BD0741625C00530E73 /* Testing */,1229 4A9504CDFFE6A4B311CA0CBA /* Deployment */,1230 );1231 1122 hasScannedForEncodings = 1; 1232 1123 mainGroup = 29B97314FDCFA39411CA2CEA /* WiredClient */;
