mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
use target triple for dstroot
This commit is contained in:
parent
b4dfd85655
commit
73138238e5
@ -9,6 +9,7 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
8D576314048677EA00EA77CD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* Foundation.framework */; };
|
||||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
|
||||
FE1DDDEC1711253B003B3AF8 /* windows-i386-bundle.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FE1DDDEB1711253B003B3AF8 /* windows-i386-bundle.xcconfig */; };
|
||||
FE5C8314121D81470063E96F /* CFSSLHandler_openssl.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5C8313121D81470063E96F /* CFSSLHandler_openssl.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@ -106,6 +107,7 @@
|
||||
FE06AFC31430E6690071169B /* solaris.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = solaris.xcconfig; sourceTree = "<group>"; };
|
||||
FE06AFC41430E6690071169B /* windows-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386.xcconfig"; sourceTree = "<group>"; };
|
||||
FE06AFC51430E6690071169B /* windows.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = windows.xcconfig; sourceTree = "<group>"; };
|
||||
FE1DDDEB1711253B003B3AF8 /* windows-i386-bundle.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386-bundle.xcconfig"; sourceTree = "<group>"; };
|
||||
FE5C8312121D81470063E96F /* CFSSLHandler_openssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CFSSLHandler_openssl.h; sourceTree = "<group>"; };
|
||||
FE5C8313121D81470063E96F /* CFSSLHandler_openssl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CFSSLHandler_openssl.m; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
@ -180,6 +182,7 @@
|
||||
FE06AFB61430E6690071169B /* xcconfig */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FE1DDDEB1711253B003B3AF8 /* windows-i386-bundle.xcconfig */,
|
||||
FE06AFB71430E6690071169B /* darwin-i386.xcconfig */,
|
||||
FE06AFB81430E6690071169B /* darwin-ppc.xcconfig */,
|
||||
FE06AFB91430E6690071169B /* darwin-x86_64.xcconfig */,
|
||||
@ -227,6 +230,9 @@
|
||||
/* Begin PBXProject section */
|
||||
089C1669FE841209C02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "CFSSLHandler_openssl" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
@ -324,6 +330,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
|
||||
FE1DDDEC1711253B003B3AF8 /* windows-i386-bundle.xcconfig in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -362,16 +369,16 @@
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB911B08733D790010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FE06AFC41430E6690071169B /* windows-i386.xcconfig */;
|
||||
baseConfigurationReference = FE1DDDEB1711253B003B3AF8 /* windows-i386-bundle.xcconfig */;
|
||||
buildSettings = {
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
EXECUTABLE_SUFFIX = .1.0.dll;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/openssl-0.9.8h-1/include";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/openssl-0.9.8h-1/include";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/Foundation.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/openssl-0.9.8h-1/lib";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/openssl-0.9.8h-1/lib";
|
||||
OTHER_LDFLAGS = (
|
||||
"-shared",
|
||||
"-lssl",
|
||||
@ -386,14 +393,14 @@
|
||||
};
|
||||
1DEB911C08733D790010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FE06AFC41430E6690071169B /* windows-i386.xcconfig */;
|
||||
baseConfigurationReference = FE1DDDEB1711253B003B3AF8 /* windows-i386-bundle.xcconfig */;
|
||||
buildSettings = {
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
EXECUTABLE_SUFFIX = .1.0.dll;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/openssl-0.9.8h-1/include";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/openssl-0.9.8h-1/include";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/Foundation.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/openssl-0.9.8h-1/lib";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/openssl-0.9.8h-1/lib";
|
||||
OTHER_LDFLAGS = (
|
||||
"-shared",
|
||||
"-lssl",
|
||||
|
@ -23,14 +23,6 @@
|
||||
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 PBXContainerItemProxy section */
|
||||
@ -609,14 +601,6 @@
|
||||
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;
|
||||
};
|
||||
|
@ -186,6 +186,9 @@
|
||||
/* Begin PBXProject section */
|
||||
FE1FBFF211E7804C00A9A87A /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = FE1FBFF511E7804C00A9A87A /* Build configuration list for PBXProject "Cocotron" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
|
@ -52,14 +52,6 @@
|
||||
FE82F3E90BF1042F00B18B54 /* NSRelationshipDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = FE82F3D30BF1042F00B18B54 /* NSRelationshipDescription.m */; };
|
||||
FEA2C93012077436003B1BB9 /* NSManagedObject-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA2C92E12077436003B1BB9 /* NSManagedObject-Private.h */; };
|
||||
FEA2C93112077436003B1BB9 /* NSManagedObjectID-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA2C92F12077436003B1BB9 /* NSManagedObjectID-Private.h */; };
|
||||
FEC0A3701709354A002A60B7 /* darwin-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A3681709354A002A60B7 /* darwin-i386-framework.xcconfig */; };
|
||||
FEC0A3711709354A002A60B7 /* darwin-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A3691709354A002A60B7 /* darwin-ppc-framework.xcconfig */; };
|
||||
FEC0A3721709354A002A60B7 /* darwin-x86_64-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36A1709354A002A60B7 /* darwin-x86_64-framework.xcconfig */; };
|
||||
FEC0A3731709354A002A60B7 /* freebsd-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36B1709354A002A60B7 /* freebsd-i386-framework.xcconfig */; };
|
||||
FEC0A3741709354A002A60B7 /* linux-arm-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36C1709354A002A60B7 /* linux-arm-framework.xcconfig */; };
|
||||
FEC0A3751709354A002A60B7 /* linux-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36D1709354A002A60B7 /* linux-i386-framework.xcconfig */; };
|
||||
FEC0A3761709354A002A60B7 /* linux-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36E1709354A002A60B7 /* linux-ppc-framework.xcconfig */; };
|
||||
FEC0A3771709354A002A60B7 /* solaris-sparc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A36F1709354A002A60B7 /* solaris-sparc-framework.xcconfig */; };
|
||||
FEDE4B951208545A003D3EF1 /* NSPersistentStoreCoordinator-Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDE4B941208545A003D3EF1 /* NSPersistentStoreCoordinator-Private.h */; };
|
||||
FEDE4E5112089EDC003D3EF1 /* CoreDataErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDE4E4F12089EDC003D3EF1 /* CoreDataErrors.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
FEDE4E5212089EDC003D3EF1 /* CoreDataErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDE4E5012089EDC003D3EF1 /* CoreDataErrors.m */; };
|
||||
@ -463,7 +455,7 @@
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0420;
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "CoreData" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
@ -563,14 +555,6 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
|
||||
FEC0A3701709354A002A60B7 /* darwin-i386-framework.xcconfig in Resources */,
|
||||
FEC0A3711709354A002A60B7 /* darwin-ppc-framework.xcconfig in Resources */,
|
||||
FEC0A3721709354A002A60B7 /* darwin-x86_64-framework.xcconfig in Resources */,
|
||||
FEC0A3731709354A002A60B7 /* freebsd-i386-framework.xcconfig in Resources */,
|
||||
FEC0A3741709354A002A60B7 /* linux-arm-framework.xcconfig in Resources */,
|
||||
FEC0A3751709354A002A60B7 /* linux-i386-framework.xcconfig in Resources */,
|
||||
FEC0A3761709354A002A60B7 /* linux-ppc-framework.xcconfig in Resources */,
|
||||
FEC0A3771709354A002A60B7 /* solaris-sparc-framework.xcconfig in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -10,6 +10,7 @@
|
||||
8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
|
||||
FE05C39F140C91D600B85148 /* NSSpellEngine_hunspell.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE05C39E140C91D600B85148 /* NSSpellEngine_hunspell.mm */; };
|
||||
FE081A17141070CF00A3DE85 /* NSSpellEngine_hunspellDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE081A16141070CF00A3DE85 /* NSSpellEngine_hunspellDictionary.mm */; };
|
||||
FE1DDDEA17112524003B3AF8 /* windows-i386-bundle.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FE1DDDE917112524003B3AF8 /* windows-i386-bundle.xcconfig */; };
|
||||
FEC24A24140DE31100DDAC92 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 089C1672FE841209C02AAC07 /* Foundation.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@ -37,6 +38,7 @@
|
||||
FE06B3281430E89E0071169B /* windows.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = windows.xcconfig; sourceTree = "<group>"; };
|
||||
FE081A15141070CF00A3DE85 /* NSSpellEngine_hunspellDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSSpellEngine_hunspellDictionary.h; sourceTree = "<group>"; };
|
||||
FE081A16141070CF00A3DE85 /* NSSpellEngine_hunspellDictionary.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NSSpellEngine_hunspellDictionary.mm; sourceTree = "<group>"; };
|
||||
FE1DDDE917112524003B3AF8 /* windows-i386-bundle.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386-bundle.xcconfig"; sourceTree = "<group>"; };
|
||||
FEC0A340170934EF002A60B7 /* darwin-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-i386-framework.xcconfig"; sourceTree = "<group>"; };
|
||||
FEC0A341170934EF002A60B7 /* darwin-ppc-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-ppc-framework.xcconfig"; sourceTree = "<group>"; };
|
||||
FEC0A342170934F0002A60B7 /* darwin-x86_64-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-x86_64-framework.xcconfig"; sourceTree = "<group>"; };
|
||||
@ -135,6 +137,7 @@
|
||||
FE06B3191430E89E0071169B /* xcconfig */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FE1DDDE917112524003B3AF8 /* windows-i386-bundle.xcconfig */,
|
||||
FEC0A340170934EF002A60B7 /* darwin-i386-framework.xcconfig */,
|
||||
FEC0A341170934EF002A60B7 /* darwin-ppc-framework.xcconfig */,
|
||||
FEC0A342170934F0002A60B7 /* darwin-x86_64-framework.xcconfig */,
|
||||
@ -190,6 +193,9 @@
|
||||
/* Begin PBXProject section */
|
||||
089C1669FE841209C02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "NSSpellEngine_hunspell" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
@ -215,6 +221,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
|
||||
FE1DDDEA17112524003B3AF8 /* windows-i386-bundle.xcconfig in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -246,15 +253,15 @@
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB913B08733D840010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FE06B3271430E89E0071169B /* windows-i386.xcconfig */;
|
||||
baseConfigurationReference = FE1DDDE917112524003B3AF8 /* windows-i386-bundle.xcconfig */;
|
||||
buildSettings = {
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/hunspell-1.3.1/include";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/hunspell-1.3.1/include";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/Foundation.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/hunspell-1.3.1/lib";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/hunspell-1.3.1/lib";
|
||||
OTHER_LDFLAGS = (
|
||||
"-dynamic",
|
||||
"-lhunspell.1.3.1",
|
||||
@ -268,15 +275,15 @@
|
||||
};
|
||||
1DEB913C08733D840010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = FE06B3271430E89E0071169B /* windows-i386.xcconfig */;
|
||||
baseConfigurationReference = FE1DDDE917112524003B3AF8 /* windows-i386-bundle.xcconfig */;
|
||||
buildSettings = {
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = s;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/hunspell-1.3.1/include";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/hunspell-1.3.1/include";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/Foundation.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/hunspell-1.3.1/lib";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/hunspell-1.3.1/lib";
|
||||
OTHER_LDFLAGS = (
|
||||
"-dynamic",
|
||||
"-lhunspell.1.3.1",
|
||||
|
@ -11,17 +11,7 @@
|
||||
494DA9A9145C0D290001E307 /* libgdi32.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 494DA9A8145C0D290001E307 /* libgdi32.a */; };
|
||||
8D576314048677EA00EA77CD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* Foundation.framework */; };
|
||||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
|
||||
FE1DDD53171110D9003B3AF8 /* windows-i386-bundle.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FE1DDD52171110D9003B3AF8 /* windows-i386-bundle.xcconfig */; };
|
||||
FE5C8314121D81470063E96F /* O2Context_AntiGrain.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE5C8313121D81470063E96F /* O2Context_AntiGrain.mm */; };
|
||||
FEC0A35B170934FE002A60B7 /* darwin-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A352170934FE002A60B7 /* darwin-i386-framework.xcconfig */; };
|
||||
FEC0A35C170934FE002A60B7 /* darwin-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A353170934FE002A60B7 /* darwin-ppc-framework.xcconfig */; };
|
||||
FEC0A35D170934FE002A60B7 /* darwin-x86_64-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A354170934FE002A60B7 /* darwin-x86_64-framework.xcconfig */; };
|
||||
FEC0A35E170934FE002A60B7 /* freebsd-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A355170934FE002A60B7 /* freebsd-i386-framework.xcconfig */; };
|
||||
FEC0A35F170934FE002A60B7 /* linux-arm-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A356170934FE002A60B7 /* linux-arm-framework.xcconfig */; };
|
||||
FEC0A360170934FE002A60B7 /* linux-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A357170934FE002A60B7 /* linux-i386-framework.xcconfig */; };
|
||||
FEC0A361170934FE002A60B7 /* linux-ppc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A358170934FE002A60B7 /* linux-ppc-framework.xcconfig */; };
|
||||
FEC0A362170934FE002A60B7 /* solaris-sparc-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A359170934FE002A60B7 /* solaris-sparc-framework.xcconfig */; };
|
||||
FEC0A363170934FE002A60B7 /* windows-i386-framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = FEC0A35A170934FE002A60B7 /* windows-i386-framework.xcconfig */; };
|
||||
FEE163EA137C6DAD00B2F340 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FEE163E9137C6DAD00B2F340 /* AppKit.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@ -276,6 +266,9 @@
|
||||
/* Begin PBXProject section */
|
||||
089C1669FE841209C02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "O2Context_AntiGrain" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
@ -338,16 +331,6 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
|
||||
FEC0A35B170934FE002A60B7 /* darwin-i386-framework.xcconfig in Resources */,
|
||||
FEC0A35C170934FE002A60B7 /* darwin-ppc-framework.xcconfig in Resources */,
|
||||
FEC0A35D170934FE002A60B7 /* darwin-x86_64-framework.xcconfig in Resources */,
|
||||
FEC0A35E170934FE002A60B7 /* freebsd-i386-framework.xcconfig in Resources */,
|
||||
FEC0A35F170934FE002A60B7 /* linux-arm-framework.xcconfig in Resources */,
|
||||
FEC0A360170934FE002A60B7 /* linux-i386-framework.xcconfig in Resources */,
|
||||
FEC0A361170934FE002A60B7 /* linux-ppc-framework.xcconfig in Resources */,
|
||||
FEC0A362170934FE002A60B7 /* solaris-sparc-framework.xcconfig in Resources */,
|
||||
FEC0A363170934FE002A60B7 /* windows-i386-framework.xcconfig in Resources */,
|
||||
FE1DDD53171110D9003B3AF8 /* windows-i386-bundle.xcconfig in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -410,10 +393,10 @@
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/agg-2.4/include/";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/agg-2.4/include/";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/AppKit.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/agg-2.4";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/agg-2.4";
|
||||
OTHER_LDFLAGS = (
|
||||
"-static",
|
||||
"-lagg",
|
||||
@ -431,10 +414,10 @@
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
EXECUTABLE_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Windows";
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/agg-2.4/include/";
|
||||
HEADER_SEARCH_PATHS = "$DSTROOT/agg-2.4/include/";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = /Frameworks/AppKit.framework/Resources;
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/i386-mingw32msvc/agg-2.4";
|
||||
LIBRARY_SEARCH_PATHS = "$DSTROOT/agg-2.4";
|
||||
OTHER_LDFLAGS = (
|
||||
"-static",
|
||||
"-lagg",
|
||||
|
@ -307,6 +307,9 @@
|
||||
/* Begin PBXProject section */
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Security" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "darwin"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -darwin
|
||||
TARGET_TRIPLE = i386-apple-darwin
|
||||
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "darwin"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -darwin
|
||||
TARGET_TRIPLE = ppc-apple-darwin
|
||||
|
||||
GCC_VERSION = com.apple.compilers.llvmgcc42
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "darwin"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -darwin
|
||||
TARGET_TRIPLE = i686-apple-darwin
|
||||
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "freebsd"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -freebsd
|
||||
TARGET_TRIPLE = i386-pc-freebsd
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.freebsd.i386.gcc.default
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "linux"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -linux
|
||||
TARGET_TRIPLE = arm-pc-linux
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.linux.arm.gcc.default
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "linux"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -linux
|
||||
TARGET_TRIPLE = i386-pc-linux
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.linux.i386.gcc.4.3.1
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "linux"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -linux
|
||||
TARGET_TRIPLE = ppc-pc-linux
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.linux.ppc.gcc.default
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
|
||||
DSTROOT = ../system/
|
||||
DSTROOT = ../system/$(TARGET_TRIPLE)/
|
||||
|
||||
SYMROOT = build/sym
|
||||
OBJROOT = build/obj
|
||||
|
||||
CONFIGURATION_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/$(CURRENT_ARCH)
|
||||
CONFIGURATION_TEMP_DIR = $(PROJECT_TEMP_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/$(CURRENT_ARCH)
|
||||
CONFIGURATION_BUILD_DIR = $(BUILD_DIR)/$(CONFIGURATION)$(TARGET_TRIPLE)/$(CURRENT_ARCH)
|
||||
CONFIGURATION_TEMP_DIR = $(PROJECT_TEMP_DIR)/$(CONFIGURATION)$(TARGET_TRIPLE)/$(CURRENT_ARCH)
|
||||
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99
|
||||
|
||||
@ -16,4 +16,4 @@ STRIP_INSTALLED_PRODUCT = YES
|
||||
|
||||
PREBINDING = NO
|
||||
|
||||
FRAMEWORK_SEARCH_PATHS = $(DSTROOT)/Frameworks
|
||||
FRAMEWORK_SEARCH_PATHS = $(DSTROOT)/$(TARGET_TRIPLE)/Frameworks
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "solaris"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -solaris
|
||||
TARGET_TRIPLE = sparc-sun-solaris
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.solaris.sparc.gcc.default
|
||||
|
||||
|
@ -1,12 +1,13 @@
|
||||
#include "windows"
|
||||
|
||||
EFFECTIVE_PLATFORM_NAME = -windows
|
||||
TARGET_TRIPLE = i386-mingw32msvc
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.windows.i386.gcc.4.3.1
|
||||
|
||||
ARCHS = i386
|
||||
OTHER_CFLAGS = -D__LITTLE_ENDIAN__ -DWINVER=0x500 -Wno-multichar -Wreturn-type -isystem $DSTROOT/i386-mingw32msvc/include
|
||||
LIBRARY_SEARCH_PATHS = $DSTROOT/i386-mingw32msvc/lib
|
||||
OTHER_CFLAGS = -D__LITTLE_ENDIAN__ -DWINVER=0x500 -Wno-multichar -Wreturn-type -isystem $DSTROOT/$TARGET_TRIPLE/include
|
||||
LIBRARY_SEARCH_PATHS = $DSTROOT/$TARGET_TRIPLE/lib
|
||||
|
||||
GCC_VERSION = org.cocotron.1.0.windows.i386.gcc.4.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user