/* Begin PBXFileReference section */
404BEE6110EC83280080E2B8 /* libwx_osx_cocoa_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwx_osx_cocoa_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
404BEEC910EC872F0080E2B8 /* wxcocoa.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxcocoa.xcconfig; sourceTree = "<group>"; };
+ 4078700713B25D34008AFE5A /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxdebug.xcconfig; sourceTree = "<group>"; };
+ 4078700813B25D34008AFE5A /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxrelease.xcconfig; sourceTree = "<group>"; };
D2AAC0C705546C1D00DB518D /* libwx_osx_cocoa.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwx_osx_cocoa.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
isa = PBXGroup;
children = (
404BEEC910EC872F0080E2B8 /* wxcocoa.xcconfig */,
+ 4078700713B25D34008AFE5A /* wxdebug.xcconfig */,
+ 4078700813B25D34008AFE5A /* wxrelease.xcconfig */,
034768DFFF38A50411DB9C8B /* Products */,
);
name = wxcocoa;
isa = PBXProject;
buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "wxcocoa_in" */;
compatibilityVersion = "Xcode 3.1";
+ developmentRegion = English;
hasScannedForEncodings = 1;
+ knownRegions = (
+ English,
+ Japanese,
+ French,
+ German,
+ );
mainGroup = 0867D691FE84028FC02AAC07 /* wxcocoa */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
isa = XCBuildConfiguration;
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.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",
+ WXUSINGDLL,
);
INSTALL_PATH = "@executable_path/../Frameworks/";
+ OTHER_LDFLAGS = (
+ "$(OTHER_LDFLAGS)",
+ "-lz",
+ );
};
name = Debug;
};
isa = XCBuildConfiguration;
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.xcconfig */;
buildSettings = {
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_PREFIX = lib;
- GCC_MODEL_TUNING = G5;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(GCC_PREPROCESSOR_DEFINITIONS)",
+ WXUSINGDLL,
+ );
INSTALL_PATH = "@executable_path/../Frameworks/";
+ OTHER_LDFLAGS = (
+ "$(OTHER_LDFLAGS)",
+ "-lz",
+ );
};
name = Release;
};
1DEB918208733D990010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 4078700713B25D34008AFE5A /* 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 = 4078700813B25D34008AFE5A /* 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;
isa = XCBuildConfiguration;
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.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;
isa = XCBuildConfiguration;
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.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;
};