1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

First pass on Ruby extension.

This commit is contained in:
Adam Preble
2009-05-24 18:30:53 -04:00
parent ab1bf3bafb
commit 19d6812a8d
2 changed files with 10 additions and 3 deletions

View File

@@ -220,6 +220,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
@@ -230,7 +231,10 @@
"../../yaml-cpp/include",
);
INSTALL_PATH = /usr/local/lib;
OBJROOT = build;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = pinproc;
SYMROOT = bin;
};
name = Debug;
};
@@ -238,6 +242,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
HEADER_SEARCH_PATHS = (
@@ -245,7 +250,9 @@
"../../yaml-cpp/include",
);
INSTALL_PATH = /usr/local/lib;
OBJROOT = build;
PRODUCT_NAME = pinproc;
SYMROOT = bin;
};
name = Release;
};