Minor improvements in OSX build system

This commit is contained in:
Viktor Krikun 2011-09-20 20:40:02 +00:00 committed by Travis Cross
parent 58bd25c4bc
commit 589039481a
3 changed files with 23 additions and 12 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:libzrtp.xcodeproj">
</FileRef>
</Workspace>

View File

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 45; objectVersion = 46;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -84,7 +84,7 @@
8D6EED040F0145AA00529121 /* Products */ = { 8D6EED040F0145AA00529121 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
8D6EED0F0F0145AA00529121 /* libzrtp_ec.a */, 8D6EED0F0F0145AA00529121 /* libzrtp.a */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -134,8 +134,11 @@
/* Begin PBXProject section */ /* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = { 08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "libzrtp_test" */; buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "libzrtp_test" */;
compatibilityVersion = "Xcode 3.1"; compatibilityVersion = "Xcode 3.2";
developmentRegion = English; developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = ( knownRegions = (
@ -157,7 +160,7 @@
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXReferenceProxy section */ /* Begin PBXReferenceProxy section */
8D6EED0F0F0145AA00529121 /* libzrtp_ec.a */ = { 8D6EED0F0F0145AA00529121 /* libzrtp.a */ = {
isa = PBXReferenceProxy; isa = PBXReferenceProxy;
fileType = archive.ar; fileType = archive.ar;
path = libzrtp.a; path = libzrtp.a;
@ -198,8 +201,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO; SDKROOT = macosx;
SDKROOT = macosx10.5;
}; };
name = Debug; name = Debug;
}; };
@ -210,8 +212,7 @@
GCC_C_LANGUAGE_STANDARD = c99; GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO; SDKROOT = macosx;
SDKROOT = macosx10.5;
}; };
name = Release; name = Release;
}; };
@ -221,7 +222,6 @@
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO; GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0; GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
@ -237,7 +237,6 @@
"\"$(SRCROOT)/../../../third_party/bnlib\"", "\"$(SRCROOT)/../../../third_party/bnlib\"",
); );
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
PREBINDING = NO;
PRODUCT_NAME = libzrtp_test_ec; PRODUCT_NAME = libzrtp_test_ec;
SYMROOT = build_test; SYMROOT = build_test;
}; };
@ -249,7 +248,6 @@
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
../../third_party/bnlib, ../../third_party/bnlib,
@ -264,7 +262,6 @@
"\"$(SRCROOT)/../../../third_party/bnlib\"", "\"$(SRCROOT)/../../../third_party/bnlib\"",
); );
OTHER_CFLAGS = "-DZRTP_USE_ENTERPRISE=1"; OTHER_CFLAGS = "-DZRTP_USE_ENTERPRISE=1";
PREBINDING = NO;
PRODUCT_NAME = libzrtp_test_ec; PRODUCT_NAME = libzrtp_test_ec;
SYMROOT = build_test; SYMROOT = build_test;
ZERO_LINK = NO; ZERO_LINK = NO;

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:libzrtp_test.xcodeproj">
</FileRef>
</Workspace>