| Index: src/client/windows/handler/exception_handler.xcodeproj/project.pbxproj
|
| diff --git a/src/client/windows/handler/exception_handler.xcodeproj/project.pbxproj b/src/client/windows/handler/exception_handler.xcodeproj/project.pbxproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2395bd6ca72b1a440503f9418a682d853dd00560
|
| --- /dev/null
|
| +++ b/src/client/windows/handler/exception_handler.xcodeproj/project.pbxproj
|
| @@ -0,0 +1,233 @@
|
| +// !$*UTF8*$!
|
| +{
|
| + archiveVersion = 1;
|
| + classes = {
|
| + };
|
| + objectVersion = 45;
|
| + objects = {
|
| +
|
| +/* Begin PBXBuildFile section */
|
| + 8AFA4008D638695502220E38 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = B005A78A847FDBA4FC546376 /* exception_handler.cc */; };
|
| +/* End PBXBuildFile section */
|
| +
|
| +/* Begin PBXFileReference section */
|
| + 12AA8F0515599686D283726F /* libexception_handler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libexception_handler.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
| + 358889F43DA3170724BB9DB1 /* filename_rules.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
|
| + 76DC49C604E4070DD16C483E /* common.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/common.gypi; sourceTree = "<group>"; };
|
| + 960C537F7FCE589ED8FB48EB /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = "<group>"; };
|
| + B005A78A847FDBA4FC546376 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = "<group>"; };
|
| + D15BE39CA26C55894F72CE31 /* exception_handler.gyp */ = {isa = PBXFileReference; explicitFileType = sourcecode; path = exception_handler.gyp; sourceTree = "<group>"; };
|
| +/* End PBXFileReference section */
|
| +
|
| +/* Begin PBXFrameworksBuildPhase section */
|
| + D329DF64B981835CCC0ED0CA /* Frameworks */ = {
|
| + isa = PBXFrameworksBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| +/* End PBXFrameworksBuildPhase section */
|
| +
|
| +/* Begin PBXGroup section */
|
| + 6BE57D5D1869F11E749E15B1 = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 9575EEA7A77D3E5767B0A449 /* Source */,
|
| + C7FF0D48318D14B5AEB86BAD /* Products */,
|
| + 78A41E281110BAB760B97EDC /* Build */,
|
| + );
|
| + sourceTree = "<group>";
|
| + };
|
| + 78A41E281110BAB760B97EDC /* Build */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 76DC49C604E4070DD16C483E /* common.gypi */,
|
| + D15BE39CA26C55894F72CE31 /* exception_handler.gyp */,
|
| + 358889F43DA3170724BB9DB1 /* filename_rules.gypi */,
|
| + );
|
| + name = Build;
|
| + sourceTree = "<group>";
|
| + };
|
| + 9575EEA7A77D3E5767B0A449 /* Source */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + B005A78A847FDBA4FC546376 /* exception_handler.cc */,
|
| + 960C537F7FCE589ED8FB48EB /* exception_handler.h */,
|
| + );
|
| + name = Source;
|
| + sourceTree = "<group>";
|
| + };
|
| + C7FF0D48318D14B5AEB86BAD /* Products */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 12AA8F0515599686D283726F /* libexception_handler.a */,
|
| + );
|
| + name = Products;
|
| + sourceTree = "<group>";
|
| + };
|
| +/* End PBXGroup section */
|
| +
|
| +/* Begin PBXNativeTarget section */
|
| + 78692E0E4860F6B9F7A7E9A6 /* exception_handler */ = {
|
| + isa = PBXNativeTarget;
|
| + buildConfigurationList = 2C71CE2C337BA67D99EA38C4 /* Build configuration list for PBXNativeTarget "exception_handler" */;
|
| + buildPhases = (
|
| + 3BCCE6B234B3D62BB6315D83 /* Sources */,
|
| + D329DF64B981835CCC0ED0CA /* Frameworks */,
|
| + );
|
| + buildRules = (
|
| + );
|
| + dependencies = (
|
| + );
|
| + name = exception_handler;
|
| + productName = exception_handler;
|
| + productReference = 12AA8F0515599686D283726F /* libexception_handler.a */;
|
| + productType = "com.apple.product-type.library.static";
|
| + };
|
| +/* End PBXNativeTarget section */
|
| +
|
| +/* Begin PBXProject section */
|
| + B1F5A9B91F3E8109062788E9 /* Project object */ = {
|
| + isa = PBXProject;
|
| + attributes = {
|
| + BuildIndependentTargetsInParallel = YES;
|
| + };
|
| + buildConfigurationList = FBA985C75AABB19242A0AA1A /* Build configuration list for PBXProject "exception_handler" */;
|
| + compatibilityVersion = "Xcode 3.2";
|
| + hasScannedForEncodings = 1;
|
| + mainGroup = 6BE57D5D1869F11E749E15B1;
|
| + projectDirPath = "";
|
| + projectRoot = "";
|
| + targets = (
|
| + 78692E0E4860F6B9F7A7E9A6 /* exception_handler */,
|
| + );
|
| + };
|
| +/* End PBXProject section */
|
| +
|
| +/* Begin PBXSourcesBuildPhase section */
|
| + 3BCCE6B234B3D62BB6315D83 /* Sources */ = {
|
| + isa = PBXSourcesBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + 8AFA4008D638695502220E38 /* exception_handler.cc in Sources */,
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| +/* End PBXSourcesBuildPhase section */
|
| +
|
| +/* Begin XCBuildConfiguration section */
|
| + 1EFC5AAED33D65A0CEA87A92 /* Debug */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + ALWAYS_SEARCH_USER_PATHS = NO;
|
| + COPY_PHASE_STRIP = NO;
|
| + EXECUTABLE_PREFIX = lib;
|
| + GCC_CW_ASM_SYNTAX = NO;
|
| + GCC_C_LANGUAGE_STANDARD = c99;
|
| + GCC_DYNAMIC_NO_PIC = NO;
|
| + GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
| + GCC_ENABLE_CPP_RTTI = YES;
|
| + GCC_ENABLE_PASCAL_STRINGS = NO;
|
| + GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
| + GCC_OBJC_CALL_CXX_CDTORS = YES;
|
| + GCC_OPTIMIZATION_LEVEL = 0;
|
| + GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
| + GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
| + GCC_THREADSAFE_STATICS = NO;
|
| + GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
| + GCC_VERSION = 4.2;
|
| + GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
| + HEADER_SEARCH_PATHS = ../../..;
|
| + MACOSX_DEPLOYMENT_TARGET = 10.5;
|
| + OTHER_CFLAGS = "";
|
| + PREBINDING = NO;
|
| + PRODUCT_NAME = exception_handler;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Debug;
|
| + };
|
| + 209977E5CD24B2A5F12E587F /* Release */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + ALWAYS_SEARCH_USER_PATHS = NO;
|
| + DEAD_CODE_STRIPPING = YES;
|
| + EXECUTABLE_PREFIX = lib;
|
| + GCC_CW_ASM_SYNTAX = NO;
|
| + GCC_C_LANGUAGE_STANDARD = c99;
|
| + GCC_DYNAMIC_NO_PIC = NO;
|
| + GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
| + GCC_ENABLE_CPP_RTTI = YES;
|
| + GCC_ENABLE_PASCAL_STRINGS = NO;
|
| + GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
| + GCC_OBJC_CALL_CXX_CDTORS = YES;
|
| + GCC_OPTIMIZATION_LEVEL = 3;
|
| + GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
| + GCC_PREPROCESSOR_DEFINITIONS = (
|
| + NDEBUG,
|
| + NVALGRIND,
|
| + OFFICIAL_BUILD,
|
| + );
|
| + GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
| + GCC_THREADSAFE_STATICS = NO;
|
| + GCC_TREAT_WARNINGS_AS_ERRORS = NO;
|
| + GCC_VERSION = 4.2;
|
| + GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
| + HEADER_SEARCH_PATHS = ../../..;
|
| + MACOSX_DEPLOYMENT_TARGET = 10.5;
|
| + OTHER_CFLAGS = "";
|
| + PREBINDING = NO;
|
| + PRODUCT_NAME = exception_handler;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Release;
|
| + };
|
| + 56F7BB4AA2EE229ACCEECB16 /* Debug */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
|
| + SDKROOT = macosx10.5;
|
| + SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
|
| + SYMROOT = ../../../xcodebuild;
|
| + };
|
| + name = Debug;
|
| + };
|
| + FFFAF4D3AE287B0C5BEB7BC9 /* Release */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
|
| + SDKROOT = macosx10.5;
|
| + SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
|
| + SYMROOT = ../../../xcodebuild;
|
| + };
|
| + name = Release;
|
| + };
|
| +/* End XCBuildConfiguration section */
|
| +
|
| +/* Begin XCConfigurationList section */
|
| + 2C71CE2C337BA67D99EA38C4 /* Build configuration list for PBXNativeTarget "exception_handler" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + 1EFC5AAED33D65A0CEA87A92 /* Debug */,
|
| + 209977E5CD24B2A5F12E587F /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| + FBA985C75AABB19242A0AA1A /* Build configuration list for PBXProject "exception_handler" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + 56F7BB4AA2EE229ACCEECB16 /* Debug */,
|
| + FFFAF4D3AE287B0C5BEB7BC9 /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| +/* End XCConfigurationList section */
|
| + };
|
| + rootObject = B1F5A9B91F3E8109062788E9 /* Project object */;
|
| +}
|
|
|