X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf7b67ae6f3820f488ff67b00947ab0b75c05cb8..906c935a80b10d53cecf57f71ab5f3f4f1d529ec:/build/osx/wxcarbon_in.xcodeproj/project.pbxproj diff --git a/build/osx/wxcarbon_in.xcodeproj/project.pbxproj b/build/osx/wxcarbon_in.xcodeproj/project.pbxproj index fa9a86a9b5..8a8811c93d 100644 --- a/build/osx/wxcarbon_in.xcodeproj/project.pbxproj +++ b/build/osx/wxcarbon_in.xcodeproj/project.pbxproj @@ -8,6 +8,8 @@ /* Begin PBXFileReference section */ 404BEE6110EC83280080E2B8 /* libwx_osx_carbon_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwx_osx_carbon_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 409C323613B27E1D0009CB3C /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxdebug.xcconfig; sourceTree = ""; }; + 409C323713B27E1D0009CB3C /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxrelease.xcconfig; sourceTree = ""; }; 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxcarbon.xcconfig; sourceTree = ""; }; D2AAC0C705546C1D00DB518D /* libwx_osx_carbon.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwx_osx_carbon.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -43,6 +45,8 @@ isa = PBXGroup; children = ( 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */, + 409C323613B27E1D0009CB3C /* wxdebug.xcconfig */, + 409C323713B27E1D0009CB3C /* wxrelease.xcconfig */, 034768DFFF38A50411DB9C8B /* Products */, ); name = wxcocoa; @@ -111,7 +115,14 @@ isa = PBXProject; buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "wxcarbon_in" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 0867D691FE84028FC02AAC07 /* wxcocoa */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; @@ -174,17 +185,12 @@ isa = XCBuildConfiguration; baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */; buildSettings = { - COPY_PHASE_STRIP = NO; EXECUTABLE_PREFIX = lib; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - "__WXDEBUG__=1", - ); INSTALL_PATH = "@executable_path/../Frameworks/"; + OTHER_LDFLAGS = ( + "$(OTHER_LDFLAGS)", + "-lz", + ); }; name = Debug; }; @@ -192,35 +198,27 @@ isa = XCBuildConfiguration; baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */; buildSettings = { - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; EXECUTABLE_PREFIX = lib; - GCC_MODEL_TUNING = G5; INSTALL_PATH = "@executable_path/../Frameworks/"; + OTHER_LDFLAGS = ( + "$(OTHER_LDFLAGS)", + "-lz", + ); }; name = Release; }; 1DEB918208733D990010E9CD /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 409C323613B27E1D0009CB3C /* wxdebug.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH = YES; - PREBINDING = NO; - SDKROOT = macosx10.6; WXROOT = "$(PROJECT_DIR)/../.."; }; name = Debug; }; 1DEB918308733D990010E9CD /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 409C323713B27E1D0009CB3C /* wxrelease.xcconfig */; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = macosx10.6; WXROOT = "$(PROJECT_DIR)/../.."; }; name = Release; @@ -229,18 +227,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - "__WXDEBUG__=1", - ); - INSTALL_PATH = /usr/local/lib; - PREBINDING = NO; PRODUCT_NAME = "$(PRODUCT_NAME)_static"; }; name = Debug; @@ -249,14 +235,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 40E3507E10EF2C130029DC34 /* wxcarbon.xcconfig */; buildSettings = { - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = /usr/local/lib; - PREBINDING = NO; PRODUCT_NAME = "$(PRODUCT_NAME)_static"; - ZERO_LINK = NO; }; name = Release; };