delete MacOS AppKit target and move some settings to xcconfig

This commit is contained in:
Christopher Lloyd 2013-04-04 09:37:30 -04:00
parent d9b45b69ee
commit a797940597
12 changed files with 96 additions and 1586 deletions

File diff suppressed because it is too large Load Diff

View File

@ -821,6 +821,7 @@
};
C88977380EA0C0CD00D0A0A2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E8170935BF002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -843,6 +844,7 @@
};
C8A2E28F0F07E9B70054397C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E3170935BF002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -880,6 +882,7 @@
};
FE5A88A310C6F34A005E348A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E6170935BF002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -924,6 +927,7 @@
};
FEDE64AC118A725B009C3494 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E8170935BF002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -946,6 +950,7 @@
};
FEDE64AD118A725B009C3494 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E3170935BF002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -967,6 +972,7 @@
};
FEDE64AE118A725B009C3494 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3E6170935BF002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;

View File

@ -389,6 +389,7 @@
};
FE84930D119AF77F00E252CC /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A417093576002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -408,6 +409,7 @@
};
FE84930E119AF77F00E252CC /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A417093576002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -427,6 +429,7 @@
};
FEA752F1114EB30B00AF634E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A617093576002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -446,6 +449,7 @@
};
FEA752F2114EB30B00AF634E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A617093576002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -465,6 +469,7 @@
};
FEC32E3E115909B30008ECE5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A117093576002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -484,6 +489,7 @@
};
FEC32E3F115909B30008ECE5 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3A117093576002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

View File

@ -23,6 +23,14 @@
FECC1DCF108D025D00BD4A91 /* Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = FEF3B2780B35CB9D00A76FD1 /* Cocoa.m */; };
FECC1DD1108D025D00BD4A91 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D69BFE84028FC02AAC07 /* Foundation.framework */; };
FECC1DD2108D025D00BD4A91 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0867D6A5FE840307C02AAC07 /* AppKit.framework */; };
FED0C49E170BCF700033C8E6 /* darwin-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C496170BCF700033C8E6 /* darwin-i386-framework.xcconfig */; };
FED0C49F170BCF700033C8E6 /* darwin-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C497170BCF700033C8E6 /* darwin-ppc-framework.xcconfig */; };
FED0C4A0170BCF700033C8E6 /* darwin-x86_64-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C498170BCF700033C8E6 /* darwin-x86_64-framework.xcconfig */; };
FED0C4A1170BCF700033C8E6 /* freebsd-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C499170BCF700033C8E6 /* freebsd-i386-framework.xcconfig */; };
FED0C4A2170BCF700033C8E6 /* linux-arm-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C49A170BCF700033C8E6 /* linux-arm-framework.xcconfig */; };
FED0C4A3170BCF700033C8E6 /* linux-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C49B170BCF700033C8E6 /* linux-i386-framework.xcconfig */; };
FED0C4A4170BCF700033C8E6 /* linux-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C49C170BCF700033C8E6 /* linux-ppc-framework.xcconfig */; };
FED0C4A5170BCF700033C8E6 /* solaris-sparc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FED0C49D170BCF700033C8E6 /* solaris-sparc-framework.xcconfig */; };
/* End PBXBuildFile section */
/* Begin PBXBuildRule section */
@ -101,13 +109,6 @@
remoteGlobalIDString = FE01AAED0C5D9BF900AEA51A;
remoteInfo = "ApplicationServices-Windows-i386";
};
FE1362630FE7167F00DE15FA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE7135460B36427F006C9493 /* AppKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = FEA3164C0FD5667D00F480D4;
remoteInfo = "AppKit-MacOS-i386";
};
FE5A88AC10C6F369005E348A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE3217D10BB41D16004F000A /* ApplicationServices.xcodeproj */;
@ -193,6 +194,14 @@
FE7135460B36427F006C9493 /* AppKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AppKit.xcodeproj; path = ../AppKit/AppKit.xcodeproj; sourceTree = SOURCE_ROOT; };
FE78D0FF126F4CF500CC39CF /* CoreData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CoreData.xcodeproj; path = ../CoreData/CoreData.xcodeproj; sourceTree = SOURCE_ROOT; };
FECC1DD6108D025D00BD4A91 /* Cocoa.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Cocoa.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FED0C496170BCF700033C8E6 /* darwin-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-i386-framework.xcconfig"; sourceTree = "<group>"; };
FED0C497170BCF700033C8E6 /* darwin-ppc-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-ppc-framework.xcconfig"; sourceTree = "<group>"; };
FED0C498170BCF700033C8E6 /* darwin-x86_64-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-x86_64-framework.xcconfig"; sourceTree = "<group>"; };
FED0C499170BCF700033C8E6 /* freebsd-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "freebsd-i386-framework.xcconfig"; sourceTree = "<group>"; };
FED0C49A170BCF700033C8E6 /* linux-arm-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-arm-framework.xcconfig"; sourceTree = "<group>"; };
FED0C49B170BCF700033C8E6 /* linux-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-i386-framework.xcconfig"; sourceTree = "<group>"; };
FED0C49C170BCF700033C8E6 /* linux-ppc-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-ppc-framework.xcconfig"; sourceTree = "<group>"; };
FED0C49D170BCF700033C8E6 /* solaris-sparc-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "solaris-sparc-framework.xcconfig"; sourceTree = "<group>"; };
FEF3B23A0B35C74700A76FD1 /* Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cocoa.h; sourceTree = "<group>"; };
FEF3B2780B35CB9D00A76FD1 /* Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Cocoa.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -316,6 +325,14 @@
FE06B0361430E6B30071169B /* xcconfig */ = {
isa = PBXGroup;
children = (
FED0C496170BCF700033C8E6 /* darwin-i386-framework.xcconfig */,
FED0C497170BCF700033C8E6 /* darwin-ppc-framework.xcconfig */,
FED0C498170BCF700033C8E6 /* darwin-x86_64-framework.xcconfig */,
FED0C499170BCF700033C8E6 /* freebsd-i386-framework.xcconfig */,
FED0C49A170BCF700033C8E6 /* linux-arm-framework.xcconfig */,
FED0C49B170BCF700033C8E6 /* linux-i386-framework.xcconfig */,
FED0C49C170BCF700033C8E6 /* linux-ppc-framework.xcconfig */,
FED0C49D170BCF700033C8E6 /* solaris-sparc-framework.xcconfig */,
FE06B0371430E6B30071169B /* darwin-i386.xcconfig */,
FE06B0381430E6B30071169B /* darwin-ppc.xcconfig */,
FE06B0391430E6B30071169B /* darwin-x86_64.xcconfig */,
@ -354,7 +371,6 @@
FE01AB250C5D9C3500AEA51A /* AppKit.framework */,
C8724AC00EC706C200DBDDAD /* AppKit.framework */,
C8E0BF930F0E6AF300677729 /* AppKit.framework */,
FE1362640FE7167F00DE15FA /* AppKit.framework */,
FE5A8CB810C828A5005E348A /* AppKit.framework */,
);
name = Products;
@ -579,13 +595,6 @@
remoteRef = FE01AB270C5D9C3500AEA51A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
FE1362640FE7167F00DE15FA /* AppKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AppKit.framework;
remoteRef = FE1362630FE7167F00DE15FA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
FE5A88AD10C6F369005E348A /* ApplicationServices.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
@ -621,6 +630,14 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FED0C49E170BCF700033C8E6 /* darwin-i386-framework.xcconfig in Resources */,
FED0C49F170BCF700033C8E6 /* darwin-ppc-framework.xcconfig in Resources */,
FED0C4A0170BCF700033C8E6 /* darwin-x86_64-framework.xcconfig in Resources */,
FED0C4A1170BCF700033C8E6 /* freebsd-i386-framework.xcconfig in Resources */,
FED0C4A2170BCF700033C8E6 /* linux-arm-framework.xcconfig in Resources */,
FED0C4A3170BCF700033C8E6 /* linux-i386-framework.xcconfig in Resources */,
FED0C4A4170BCF700033C8E6 /* linux-ppc-framework.xcconfig in Resources */,
FED0C4A5170BCF700033C8E6 /* solaris-sparc-framework.xcconfig in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -744,6 +761,7 @@
};
C8E0BFA80F0E6B0E00677729 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C496170BCF700033C8E6 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -766,6 +784,7 @@
};
C8E0BFA90F0E6B0E00677729 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C496170BCF700033C8E6 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -804,6 +823,7 @@
};
FE5A873D10C6F1E8005E348A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C499170BCF700033C8E6 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -842,6 +862,7 @@
};
FE5A873E10C6F1E8005E348A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C499170BCF700033C8E6 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -865,6 +886,7 @@
};
FECC1DD4108D025D00BD4A91 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C49B170BCF700033C8E6 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -888,6 +910,7 @@
};
FECC1DD5108D025D00BD4A91 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FED0C49B170BCF700033C8E6 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;

View File

@ -1195,6 +1195,7 @@
};
FE5A86C610C6EE28005E348A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B41709358C002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1215,6 +1216,7 @@
};
FE5A86C710C6EE28005E348A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B41709358C002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1235,6 +1237,7 @@
};
FEA828E2109B754A00C7A732 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B61709358C002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1255,6 +1258,7 @@
};
FEA828E3109B754A00C7A732 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B61709358C002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1275,6 +1279,7 @@
};
FEA82954109B75D600C7A732 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B11709358C002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1295,6 +1300,7 @@
};
FEA82955109B75D600C7A732 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B11709358C002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1315,6 +1321,7 @@
};
FEA8298E109B773300C7A732 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B51709358C002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1335,6 +1342,7 @@
};
FEA8298F109B773300C7A732 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B51709358C002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1355,6 +1363,7 @@
};
FEA829CB109B7BFD00C7A732 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B71709358C002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -1375,6 +1384,7 @@
};
FEA829CC109B7BFD00C7A732 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3B71709358C002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

View File

@ -575,7 +575,7 @@
/* Begin XCBuildConfiguration section */
1DEB91AE08733DA50010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE06B1CB1430E7AF0071169B /* windows-i386.xcconfig */;
baseConfigurationReference = FE708626143117B300B99A95 /* windows-i386-framework.xcconfig */;
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
INFOPLIST_FILE = Info.plist;
@ -611,6 +611,7 @@
};
FE8492EF119A5EA000E252CC /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3941709356B002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -651,6 +652,7 @@
};
FEC32E50115909F00008ECE5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE708626143117B300B99A95 /* windows-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@ -691,6 +693,7 @@
};
FEC32E6111590A130008ECE5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3961709356B002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

View File

@ -16235,7 +16235,6 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -16245,7 +16244,6 @@
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_VERSION = 4.2;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/arm/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16275,14 +16273,12 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_VERSION = 4.2;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/arm/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16312,7 +16308,6 @@
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -16321,7 +16316,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/ppc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16349,13 +16343,11 @@
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/ppc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16390,7 +16382,6 @@
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -16398,7 +16389,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Solaris/sparc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16427,7 +16417,6 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
@ -16436,7 +16425,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/i386/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16506,13 +16494,11 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Linux/i386/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16542,14 +16528,12 @@
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_SUFFIX = .so;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Solaris/sparc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16578,14 +16562,12 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_VERSION = 4.2;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16611,13 +16593,11 @@
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/ppc/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/ppc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16775,7 +16755,6 @@
buildSettings = {
ARCHS = x86_64;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/x86_64/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -16784,7 +16763,6 @@
GCC_VERSION = 4.2;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/x86_64/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16809,14 +16787,12 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_VERSION = 4.2;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16842,7 +16818,6 @@
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
@ -16850,7 +16825,6 @@
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_VERSION = 4.2;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/i386/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",
@ -16876,14 +16850,12 @@
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
DSTROOT = /;
FRAMEWORK_SEARCH_PATHS = /Developer/Cocotron/1.0/Darwin/ppc/Frameworks;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Developer/Cocotron/1.0/Darwin/ppc/Frameworks;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD=1",
"-DCFNETWORK_INSIDE_BUILD=1",

View File

@ -442,6 +442,7 @@
};
C8E0BE890F0E544700677729 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3D3170935A2002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -459,6 +460,7 @@
};
FE5A876210C6F244005E348A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3D6170935A2002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;

View File

@ -1077,6 +1077,7 @@
/* Begin XCBuildConfiguration section */
15D921E3105E922600171406 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C517093597002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = arm;
DEPLOYMENT_LOCATION = YES;
@ -1100,6 +1101,7 @@
};
15D921E4105E922600171406 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C517093597002A60B7 /* linux-arm-framework.xcconfig */;
buildSettings = {
ARCHS = arm;
DEPLOYMENT_LOCATION = YES;
@ -1129,6 +1131,7 @@
};
28D484FB0FE04DDD00DC03EF /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C717093597002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
@ -1152,6 +1155,7 @@
};
28D484FC0FE04DDD00DC03EF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C717093597002A60B7 /* linux-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
@ -1175,6 +1179,7 @@
};
7E891EB60D4961EA008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C617093597002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1198,6 +1203,7 @@
};
7E891EB70D4961EA008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C917093597002A60B7 /* solaris-sparc-framework.xcconfig */;
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
@ -1221,6 +1227,7 @@
};
7E891EB90D4961EA008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C117093597002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1243,6 +1250,7 @@
};
7E891EBA0D4961EA008150D3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C217093597002A60B7 /* darwin-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;
@ -1303,6 +1311,7 @@
};
FE4034580B42E8AF00CEC41A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C617093597002A60B7 /* linux-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1326,6 +1335,7 @@
};
FE4034890B42E94D00CEC41A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C917093597002A60B7 /* solaris-sparc-framework.xcconfig */;
buildSettings = {
ARCHS = sparc;
DEPLOYMENT_LOCATION = YES;
@ -1349,6 +1359,7 @@
};
FE5A868810C6EDDC005E348A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C417093597002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1372,6 +1383,7 @@
};
FE5A868910C6EDDC005E348A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C417093597002A60B7 /* freebsd-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1395,6 +1407,7 @@
};
FE651A9B0FBC84DD00464BFD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C317093597002A60B7 /* darwin-x86_64-framework.xcconfig */;
buildSettings = {
ARCHS = x86_64;
DEPLOYMENT_LOCATION = YES;
@ -1417,6 +1430,7 @@
};
FE651A9C0FBC84DD00464BFD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C317093597002A60B7 /* darwin-x86_64-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1439,6 +1453,7 @@
};
FED70AA70C3B3F5E000CBE5B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C117093597002A60B7 /* darwin-i386-framework.xcconfig */;
buildSettings = {
ARCHS = i386;
DEPLOYMENT_LOCATION = YES;
@ -1461,6 +1476,7 @@
};
FED70FC70C3C0A17000CBE5B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FEC0A3C217093597002A60B7 /* darwin-ppc-framework.xcconfig */;
buildSettings = {
ARCHS = ppc;
DEPLOYMENT_LOCATION = YES;

View File

@ -1,3 +1,8 @@
DSTROOT = ../system/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
INSTALL_PATH = /Frameworks
SYMROOT = ../build
OBJROOT = build

View File

@ -1,5 +1,7 @@
#include "windows-i386"
INSTALL_PATH = /Frameworks
EXECUTABLE_SUFFIX = .1.0.dll
PREBINDING = NO

View File

@ -1,8 +1,8 @@
#include "platform"
EFFECTIVE_PLATFORM_NAME = -windows
DEPLOYMENT_LOCATION = YES
DSTROOT = /
INSTALL_MODE_FLAG = og-w,a+rX
DEPLOYMENT_POSTPROCESSING = YES
STRIP_INSTALLED_PRODUCT = YES