put pthread into own project

This commit is contained in:
Christopher Lloyd 2011-09-28 14:53:25 -04:00
parent 16d286b6de
commit fa392ad106
7 changed files with 272 additions and 18 deletions

View File

@ -11446,7 +11446,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_UNROLL_LOOPS = NO;
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/CoreFoundation.framework/Headers";
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/include";
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = /Developer/Cocotron/1.0/Windows/i386/libjpeg/lib;
OTHER_CFLAGS = (
@ -11727,7 +11727,7 @@
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/CoreFoundation.framework/Headers";
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/include";
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = /Developer/Cocotron/1.0/Windows/i386/libjpeg/lib;
OTHER_CFLAGS = (

View File

@ -48,8 +48,6 @@
FE5A86BE10C6EE28005E348A /* CFXMLNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FEED22730EFB669D004E378B /* CFXMLNode.h */; settings = {ATTRIBUTES = (Public, ); }; };
FE5A86BF10C6EE28005E348A /* CFXMLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FEED22740EFB669D004E378B /* CFXMLParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
FE5A86C110C6EE28005E348A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
FE828EED110DE9080008AFA2 /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = FE828EEA110DE9080008AFA2 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
FE828EEF110DE9080008AFA2 /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = FE828EEC110DE9080008AFA2 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
FEA828B5109B754A00C7A732 /* CFBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE0F9C60DC962D600598037 /* CFBase.h */; settings = {ATTRIBUTES = (Public, ); }; };
FEA828B6109B754A00C7A732 /* CFLocale.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE0F9C70DC962D600598037 /* CFLocale.h */; settings = {ATTRIBUTES = (Public, ); }; };
FEA828B7109B754A00C7A732 /* CFNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE0F9C90DC962D600598037 /* CFNumber.h */; settings = {ATTRIBUTES = (Public, ); }; };
@ -302,6 +300,23 @@
};
/* End PBXBuildRule section */
/* Begin PBXContainerItemProxy section */
FE6784E2143389C80009A0A0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE6784DB143389C80009A0A0 /* pthread.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC0C705546C1D00DB518D /* pthread.1.0.dll */;
remoteInfo = pthread;
};
FE6784E4143389D10009A0A0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = FE6784DB143389C80009A0A0 /* pthread.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC0C605546C1D00DB518D /* pthread */;
remoteInfo = pthread;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@ -322,10 +337,8 @@
FE1E541B14302FBD000D60A1 /* windows-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386.xcconfig"; sourceTree = "<group>"; };
FE1E541C14302FBD000D60A1 /* windows.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = windows.xcconfig; sourceTree = "<group>"; };
FE5A86C810C6EE28005E348A /* CoreFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FE6784DB143389C80009A0A0 /* pthread.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = pthread.xcodeproj; path = ../pthread/pthread.xcodeproj; sourceTree = SOURCE_ROOT; };
FE7085E51431179200B99A95 /* windows-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386-framework.xcconfig"; sourceTree = "<group>"; };
FE828EEA110DE9080008AFA2 /* pthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pthread.h; sourceTree = "<group>"; };
FE828EEB110DE9080008AFA2 /* pthread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = pthread.m; sourceTree = "<group>"; };
FE828EEC110DE9080008AFA2 /* sched.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sched.h; sourceTree = "<group>"; };
FEA828E4109B754A00C7A732 /* CoreFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FEA82956109B75D600C7A732 /* CoreFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FEA82990109B773300C7A732 /* CoreFoundation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreFoundation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -433,8 +446,8 @@
0867D691FE84028FC02AAC07 /* CoreFoundation */ = {
isa = PBXGroup;
children = (
FE6784DB143389C80009A0A0 /* pthread.xcodeproj */,
FE1E540D14302FBD000D60A1 /* xcconfig */,
FE828EE8110DE8BA0008AFA2 /* pthread */,
FEED22530EFB669D004E378B /* CFArray.h */,
FEED22540EFB669D004E378B /* CFAttributedString.h */,
FEED22550EFB669D004E378B /* CFBag.h */,
@ -545,14 +558,12 @@
path = ../xcconfig;
sourceTree = SOURCE_ROOT;
};
FE828EE8110DE8BA0008AFA2 /* pthread */ = {
FE6784DC143389C80009A0A0 /* Products */ = {
isa = PBXGroup;
children = (
FE828EEA110DE9080008AFA2 /* pthread.h */,
FE828EEB110DE9080008AFA2 /* pthread.m */,
FE828EEC110DE9080008AFA2 /* sched.h */,
FE6784E3143389C80009A0A0 /* pthread.1.0.dll */,
);
path = pthread;
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
@ -601,8 +612,6 @@
FEED22940EFB669D004E378B /* CFUUID.h in Headers */,
FEED22950EFB669D004E378B /* CFXMLNode.h in Headers */,
FEED22960EFB669D004E378B /* CFXMLParser.h in Headers */,
FE828EED110DE9080008AFA2 /* pthread.h in Headers */,
FE828EEF110DE9080008AFA2 /* sched.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -852,6 +861,7 @@
FEE0F9D60DC9634200598037 /* PBXBuildRule */,
);
dependencies = (
FE6784E5143389D10009A0A0 /* PBXTargetDependency */,
);
name = "CoreFoundation-Windows-i386";
productInstallPath = "$(HOME)/Library/Frameworks";
@ -977,6 +987,12 @@
mainGroup = 0867D691FE84028FC02AAC07 /* CoreFoundation */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = FE6784DC143389C80009A0A0 /* Products */;
ProjectRef = FE6784DB143389C80009A0A0 /* pthread.xcodeproj */;
},
);
projectRoot = "";
targets = (
8DC2EF4F0486A6940098B216 /* CoreFoundation-Windows-i386 */,
@ -989,6 +1005,16 @@
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
FE6784E3143389C80009A0A0 /* pthread.1.0.dll */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.dylib";
path = pthread.1.0.dll;
remoteRef = FE6784E2143389C80009A0A0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
8DC2EF520486A6940098B216 /* Resources */ = {
isa = PBXResourcesBuildPhase;
@ -1085,6 +1111,14 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
FE6784E5143389D10009A0A0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = pthread;
targetProxy = FE6784E4143389D10009A0A0 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;

View File

@ -7371,7 +7371,7 @@
FE75E2E710F6442F000419C4 /* bonjour.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = bonjour.m; sourceTree = "<group>"; };
FE7FE5BF0D7CF08B006CCA28 /* NSFileHandle_stream.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NSFileHandle_stream.h; sourceTree = "<group>"; };
FE7FE5C00D7CF08B006CCA28 /* NSFileHandle_stream.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = NSFileHandle_stream.m; sourceTree = "<group>"; };
FE828F0A110DEB540008AFA2 /* pthread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = pthread.m; path = pthread/pthread.m; sourceTree = "<group>"; };
FE828F0A110DEB540008AFA2 /* pthread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = pthread.m; path = ../pthread/pthread.m; sourceTree = "<group>"; };
FE828F37110DFA1C0008AFA2 /* NSKVOInfoPerObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSKVOInfoPerObject.h; sourceTree = "<group>"; };
FE828F38110DFA1C0008AFA2 /* NSKVOInfoPerObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSKVOInfoPerObject.m; sourceTree = "<group>"; };
FE8693D20FE0108E00F89733 /* CFArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CFArray.m; sourceTree = "<group>"; };
@ -16357,7 +16357,7 @@
GCC_ENABLE_CPP_RTTI = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/CoreFoundation.framework/Headers";
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/include";
INFOPLIST_FILE = Info.plist;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD",
@ -16557,7 +16557,7 @@
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/CoreFoundation.framework/Headers";
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/include";
INFOPLIST_FILE = Info.plist;
OTHER_CFLAGS = (
"-DPTHREAD_INSIDE_BUILD",

View File

@ -0,0 +1,220 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
FE678391143386160009A0A0 /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = FE67838E143386160009A0A0 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
FE678393143386160009A0A0 /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = FE678390143386160009A0A0 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
FE67837E143385CD0009A0A0 /* darwin-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-i386.xcconfig"; sourceTree = "<group>"; };
FE67837F143385CD0009A0A0 /* darwin-ppc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-ppc.xcconfig"; sourceTree = "<group>"; };
FE678380143385CD0009A0A0 /* darwin-x86_64.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "darwin-x86_64.xcconfig"; sourceTree = "<group>"; };
FE678381143385CD0009A0A0 /* darwin.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = darwin.xcconfig; sourceTree = "<group>"; };
FE678382143385CD0009A0A0 /* freebsd-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "freebsd-i386.xcconfig"; sourceTree = "<group>"; };
FE678383143385CD0009A0A0 /* freebsd.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = freebsd.xcconfig; sourceTree = "<group>"; };
FE678384143385CD0009A0A0 /* linux-arm.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-arm.xcconfig"; sourceTree = "<group>"; };
FE678385143385CD0009A0A0 /* linux-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-i386.xcconfig"; sourceTree = "<group>"; };
FE678386143385CD0009A0A0 /* linux-ppc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "linux-ppc.xcconfig"; sourceTree = "<group>"; };
FE678387143385CD0009A0A0 /* linux.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = linux.xcconfig; sourceTree = "<group>"; };
FE678388143385CD0009A0A0 /* platform.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = platform.xcconfig; sourceTree = "<group>"; };
FE678389143385CD0009A0A0 /* solaris-sparc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "solaris-sparc.xcconfig"; sourceTree = "<group>"; };
FE67838A143385CD0009A0A0 /* solaris.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = solaris.xcconfig; sourceTree = "<group>"; };
FE67838B143385CD0009A0A0 /* windows-i386-framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386-framework.xcconfig"; sourceTree = "<group>"; };
FE67838C143385CD0009A0A0 /* windows-i386.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "windows-i386.xcconfig"; sourceTree = "<group>"; };
FE67838D143385CD0009A0A0 /* windows.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = windows.xcconfig; sourceTree = "<group>"; };
FE67838E143386160009A0A0 /* pthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pthread.h; sourceTree = "<group>"; };
FE67838F143386160009A0A0 /* pthread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = pthread.m; sourceTree = "<group>"; };
FE678390143386160009A0A0 /* sched.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sched.h; sourceTree = "<group>"; };
FE6786871433A2530009A0A0 /* pthread.1.0.dll */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = pthread.1.0.dll; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D2AAC0C505546C1D00DB518D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
034768DFFF38A50411DB9C8B /* Products */ = {
isa = PBXGroup;
children = (
FE6786871433A2530009A0A0 /* pthread.1.0.dll */,
);
name = Products;
sourceTree = "<group>";
};
0867D691FE84028FC02AAC07 /* pthread */ = {
isa = PBXGroup;
children = (
FE67838E143386160009A0A0 /* pthread.h */,
FE67838F143386160009A0A0 /* pthread.m */,
FE678390143386160009A0A0 /* sched.h */,
FE67837D143385CD0009A0A0 /* xcconfig */,
034768DFFF38A50411DB9C8B /* Products */,
);
name = pthread;
sourceTree = "<group>";
};
FE67837D143385CD0009A0A0 /* xcconfig */ = {
isa = PBXGroup;
children = (
FE67837E143385CD0009A0A0 /* darwin-i386.xcconfig */,
FE67837F143385CD0009A0A0 /* darwin-ppc.xcconfig */,
FE678380143385CD0009A0A0 /* darwin-x86_64.xcconfig */,
FE678381143385CD0009A0A0 /* darwin.xcconfig */,
FE678382143385CD0009A0A0 /* freebsd-i386.xcconfig */,
FE678383143385CD0009A0A0 /* freebsd.xcconfig */,
FE678384143385CD0009A0A0 /* linux-arm.xcconfig */,
FE678385143385CD0009A0A0 /* linux-i386.xcconfig */,
FE678386143385CD0009A0A0 /* linux-ppc.xcconfig */,
FE678387143385CD0009A0A0 /* linux.xcconfig */,
FE678388143385CD0009A0A0 /* platform.xcconfig */,
FE678389143385CD0009A0A0 /* solaris-sparc.xcconfig */,
FE67838A143385CD0009A0A0 /* solaris.xcconfig */,
FE67838B143385CD0009A0A0 /* windows-i386-framework.xcconfig */,
FE67838C143385CD0009A0A0 /* windows-i386.xcconfig */,
FE67838D143385CD0009A0A0 /* windows.xcconfig */,
);
name = xcconfig;
path = ../xcconfig;
sourceTree = SOURCE_ROOT;
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
D2AAC0C305546C1D00DB518D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
FE678391143386160009A0A0 /* pthread.h in Headers */,
FE678393143386160009A0A0 /* sched.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
D2AAC0C605546C1D00DB518D /* pthread */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1DEB917D08733D990010E9CD /* Build configuration list for PBXNativeTarget "pthread" */;
buildPhases = (
D2AAC0C305546C1D00DB518D /* Headers */,
D2AAC0C405546C1D00DB518D /* Sources */,
D2AAC0C505546C1D00DB518D /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = pthread;
productName = pthread;
productReference = FE6786871433A2530009A0A0 /* pthread.1.0.dll */;
productType = "com.apple.product-type.library.dynamic";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "pthread" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 0867D691FE84028FC02AAC07 /* pthread */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D2AAC0C605546C1D00DB518D /* pthread */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
D2AAC0C405546C1D00DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1DEB917E08733D990010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE67838B143385CD0009A0A0 /* windows-i386-framework.xcconfig */;
buildSettings = {
DEPLOYMENT_POSTPROCESSING = NO;
GCC_DYNAMIC_NO_PIC = NO;
PRIVATE_HEADERS_FOLDER_PATH = $TARGET_BUILD_DIR/usr/include;
PRODUCT_NAME = pthread;
PUBLIC_HEADERS_FOLDER_PATH = $TARGET_BUILD_DIR/usr/include;
};
name = Debug;
};
1DEB917F08733D990010E9CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FE67838B143385CD0009A0A0 /* windows-i386-framework.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
DEPLOYMENT_POSTPROCESSING = NO;
PRIVATE_HEADERS_FOLDER_PATH = $TARGET_BUILD_DIR/usr/include;
PRODUCT_NAME = pthread;
PUBLIC_HEADERS_FOLDER_PATH = $TARGET_BUILD_DIR/usr/include;
};
name = Release;
};
1DEB918208733D990010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
1DEB918308733D990010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1DEB917D08733D990010E9CD /* Build configuration list for PBXNativeTarget "pthread" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB917E08733D990010E9CD /* Debug */,
1DEB917F08733D990010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1DEB918108733D990010E9CD /* Build configuration list for PBXProject "pthread" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1DEB918208733D990010E9CD /* Debug */,
1DEB918308733D990010E9CD /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}