Changeset 266
- Timestamp:
- 07/20/06 11:40:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/launch/launch/launch.xcodeproj/project.pbxproj
r265 r266 107 107 /* End PBXGroup section */ 108 108 109 /* Begin PBXHeadersBuildPhase section */110 E194196309C40AFB00266191 /* Headers */ = {111 isa = PBXHeadersBuildPhase;112 buildActionMask = 2147483647;113 files = (114 );115 runOnlyForDeploymentPostprocessing = 0;116 };117 /* End PBXHeadersBuildPhase section */118 119 109 /* Begin PBXNativeTarget section */ 120 110 E194196209C40AFB00266191 /* launch */ = { … … 122 112 buildConfigurationList = E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */; 123 113 buildPhases = ( 124 E194196309C40AFB00266191 /* Headers */,125 114 E194196409C40AFB00266191 /* Sources */, 126 115 E194196609C40AFB00266191 /* Frameworks */, 127 E194196B09C40AFB00266191 /* Rez */,128 116 ); 129 117 buildRules = ( … … 177 165 /* End PBXProject section */ 178 166 179 /* Begin PBXRezBuildPhase section */180 E194196B09C40AFB00266191 /* Rez */ = {181 isa = PBXRezBuildPhase;182 buildActionMask = 2147483647;183 files = (184 );185 runOnlyForDeploymentPostprocessing = 0;186 };187 /* End PBXRezBuildPhase section */188 189 167 /* Begin PBXSourcesBuildPhase section */ 190 168 E194196409C40AFB00266191 /* Sources */ = { … … 223 201 name = Deployment; 224 202 }; 225 E194195909C40AD400266191 /* Default */ = {226 isa = XCBuildConfiguration;227 buildSettings = {228 ARCHS = (229 ppc,230 i386,231 );232 MACOSX_DEPLOYMENT_TARGET = 10.4;233 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;234 };235 name = Default;236 };237 203 E194196D09C40AFB00266191 /* Development */ = { 238 204 isa = XCBuildConfiguration; 239 205 buildSettings = { 240 206 COPY_PHASE_STRIP = NO; 241 FRAMEWORK_SEARCH_PATHS = ""; 242 GCC_DYNAMIC_NO_PIC = NO; 243 GCC_ENABLE_FIX_AND_CONTINUE = YES; 207 GCC_ENABLE_FIX_AND_CONTINUE = NO; 244 208 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 245 209 GCC_OPTIMIZATION_LEVEL = 0; 246 HEADER_SEARCH_PATHS = "";247 INSTALL_PATH = "\U0001$(HOME)/bin";248 LIBRARY_SEARCH_PATHS = "";249 OTHER_CFLAGS = "";250 OTHER_LDFLAGS = "";251 OTHER_REZFLAGS = "";252 210 PRODUCT_NAME = launch; 253 REZ_EXECUTABLE = YES;254 SECTORDER_FLAGS = "";255 211 WARNING_CFLAGS = ( 256 212 "-Wmost", … … 258 214 "-Wno-unknown-pragmas", 259 215 ); 260 ZERO_LINK = YES;216 ZERO_LINK = NO; 261 217 }; 262 218 name = Development; … … 265 221 isa = XCBuildConfiguration; 266 222 buildSettings = { 267 COPY_PHASE_STRIP = YES;268 FRAMEWORK_SEARCH_PATHS = "";269 223 GCC_ENABLE_FIX_AND_CONTINUE = NO; 270 HEADER_SEARCH_PATHS = ""; 271 INSTALL_PATH = "\U0001$(HOME)/bin"; 272 LIBRARY_SEARCH_PATHS = ""; 273 OTHER_CFLAGS = ""; 274 OTHER_LDFLAGS = ""; 275 OTHER_REZFLAGS = ""; 224 INSTALL_PATH = "\U0001/usr/local/bin"; 276 225 PRODUCT_NAME = launch; 277 REZ_EXECUTABLE = YES;278 SECTORDER_FLAGS = "";279 226 WARNING_CFLAGS = ( 280 227 "-Wmost", … … 285 232 }; 286 233 name = Deployment; 287 };288 E194196F09C40AFB00266191 /* Default */ = {289 isa = XCBuildConfiguration;290 buildSettings = {291 FRAMEWORK_SEARCH_PATHS = "";292 HEADER_SEARCH_PATHS = "";293 INSTALL_PATH = "\U0001$(HOME)/bin";294 LIBRARY_SEARCH_PATHS = "";295 OTHER_CFLAGS = "";296 OTHER_LDFLAGS = "";297 OTHER_REZFLAGS = "";298 PRODUCT_NAME = launch;299 REZ_EXECUTABLE = YES;300 SECTORDER_FLAGS = "";301 WARNING_CFLAGS = (302 "-Wmost",303 "-Wno-four-char-constants",304 "-Wno-unknown-pragmas",305 );306 };307 name = Default;308 234 }; 309 235 /* End XCBuildConfiguration section */ … … 315 241 E194195709C40AD400266191 /* Development */, 316 242 E194195809C40AD400266191 /* Deployment */, 317 E194195909C40AD400266191 /* Default */,318 243 ); 319 244 defaultConfigurationIsVisible = 0; 320 defaultConfigurationName = De fault;245 defaultConfigurationName = Development; 321 246 }; 322 247 E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = { … … 325 250 E194196D09C40AFB00266191 /* Development */, 326 251 E194196E09C40AFB00266191 /* Deployment */, 327 E194196F09C40AFB00266191 /* Default */,328 252 ); 329 253 defaultConfigurationIsVisible = 0; 330 defaultConfigurationName = De fault;254 defaultConfigurationName = Development; 331 255 }; 332 256 /* End XCConfigurationList section */
Note:
See TracChangeset
for help on using the changeset viewer.