| Index: third_party/bzip2/bzip2.xcodeproj/project.pbxproj
|
| ===================================================================
|
| --- third_party/bzip2/bzip2.xcodeproj/project.pbxproj (revision 10690)
|
| +++ third_party/bzip2/bzip2.xcodeproj/project.pbxproj (working copy)
|
| @@ -1,213 +0,0 @@
|
| -// !$*UTF8*$!
|
| -{
|
| - archiveVersion = 1;
|
| - classes = {
|
| - };
|
| - objectVersion = 45;
|
| - objects = {
|
| -
|
| -/* Begin PBXBuildFile section */
|
| - E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04410E25611C00BE02C6 /* blocksort.c */; };
|
| - E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04430E25611C00BE02C6 /* bzlib.c */; };
|
| - E4BA044E0E25611C00BE02C6 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04450E25611C00BE02C6 /* compress.c */; };
|
| - E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04460E25611C00BE02C6 /* crctable.c */; };
|
| - E4BA04500E25611C00BE02C6 /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04470E25611C00BE02C6 /* decompress.c */; };
|
| - E4BA04510E25611C00BE02C6 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04480E25611C00BE02C6 /* huffman.c */; };
|
| - E4BA04520E25611C00BE02C6 /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04490E25611C00BE02C6 /* randtable.c */; };
|
| -/* End PBXBuildFile section */
|
| -
|
| -/* Begin PBXFileReference section */
|
| - 7BA016130E5A1D1800044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
|
| - 7BA016140E5A1D1800044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
|
| - 7BA016150E5A1D1800044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
|
| - 7BA016160E5A1D1800044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
|
| - 7BA016170E5A1D1800044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
|
| - E4BA04410E25611C00BE02C6 /* blocksort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blocksort.c; sourceTree = "<group>"; };
|
| - E4BA04420E25611C00BE02C6 /* bzlib_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib_private.h; sourceTree = "<group>"; };
|
| - E4BA04430E25611C00BE02C6 /* bzlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bzlib.c; sourceTree = "<group>"; };
|
| - E4BA04440E25611C00BE02C6 /* bzlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib.h; sourceTree = "<group>"; };
|
| - E4BA04450E25611C00BE02C6 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
|
| - E4BA04460E25611C00BE02C6 /* crctable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crctable.c; sourceTree = "<group>"; };
|
| - E4BA04470E25611C00BE02C6 /* decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decompress.c; sourceTree = "<group>"; };
|
| - E4BA04480E25611C00BE02C6 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = "<group>"; };
|
| - E4BA04490E25611C00BE02C6 /* randtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randtable.c; sourceTree = "<group>"; };
|
| - E4BA04540E25613300BE02C6 /* libbzip2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbzip2.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
| -/* End PBXFileReference section */
|
| -
|
| -/* Begin PBXFrameworksBuildPhase section */
|
| - D289987405E68DCB004EDB86 /* Frameworks */ = {
|
| - isa = PBXFrameworksBuildPhase;
|
| - buildActionMask = 2147483647;
|
| - files = (
|
| - );
|
| - runOnlyForDeploymentPostprocessing = 0;
|
| - };
|
| -/* End PBXFrameworksBuildPhase section */
|
| -
|
| -/* Begin PBXGroup section */
|
| - 08FB7794FE84155DC02AAC07 /* zlib */ = {
|
| - isa = PBXGroup;
|
| - children = (
|
| - 7BA016120E5A1CFE00044150 /* Configuration */,
|
| - 08FB7795FE84155DC02AAC07 /* Source */,
|
| - 1AB674ADFE9D54B511CA2CBB /* Products */,
|
| - );
|
| - name = zlib;
|
| - sourceTree = "<group>";
|
| - };
|
| - 08FB7795FE84155DC02AAC07 /* Source */ = {
|
| - isa = PBXGroup;
|
| - children = (
|
| - E4BA04410E25611C00BE02C6 /* blocksort.c */,
|
| - E4BA04430E25611C00BE02C6 /* bzlib.c */,
|
| - E4BA04440E25611C00BE02C6 /* bzlib.h */,
|
| - E4BA04420E25611C00BE02C6 /* bzlib_private.h */,
|
| - E4BA04450E25611C00BE02C6 /* compress.c */,
|
| - E4BA04460E25611C00BE02C6 /* crctable.c */,
|
| - E4BA04470E25611C00BE02C6 /* decompress.c */,
|
| - E4BA04480E25611C00BE02C6 /* huffman.c */,
|
| - E4BA04490E25611C00BE02C6 /* randtable.c */,
|
| - );
|
| - name = Source;
|
| - sourceTree = "<group>";
|
| - };
|
| - 1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
| - isa = PBXGroup;
|
| - children = (
|
| - E4BA04540E25613300BE02C6 /* libbzip2.a */,
|
| - );
|
| - name = Products;
|
| - sourceTree = "<group>";
|
| - };
|
| - 7BA016120E5A1CFE00044150 /* Configuration */ = {
|
| - isa = PBXGroup;
|
| - children = (
|
| - 7BA016130E5A1D1800044150 /* common.xcconfig */,
|
| - 7BA016140E5A1D1800044150 /* debug.xcconfig */,
|
| - 7BA016150E5A1D1800044150 /* executable.xcconfig */,
|
| - 7BA016160E5A1D1800044150 /* release.xcconfig */,
|
| - 7BA016170E5A1D1800044150 /* staticlib.xcconfig */,
|
| - );
|
| - name = Configuration;
|
| - path = ../../build;
|
| - sourceTree = "<group>";
|
| - };
|
| -/* End PBXGroup section */
|
| -
|
| -/* Begin PBXNativeTarget section */
|
| - D2AAC045055464E500DB518D /* bzip2 */ = {
|
| - isa = PBXNativeTarget;
|
| - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzip2" */;
|
| - buildPhases = (
|
| - D2AAC044055464E500DB518D /* Sources */,
|
| - D289987405E68DCB004EDB86 /* Frameworks */,
|
| - );
|
| - buildRules = (
|
| - );
|
| - dependencies = (
|
| - );
|
| - name = bzip2;
|
| - productName = zlib;
|
| - productReference = E4BA04540E25613300BE02C6 /* libbzip2.a */;
|
| - productType = "com.apple.product-type.library.static";
|
| - };
|
| -/* End PBXNativeTarget section */
|
| -
|
| -/* Begin PBXProject section */
|
| - 08FB7793FE84155DC02AAC07 /* Project object */ = {
|
| - isa = PBXProject;
|
| - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "bzip2" */;
|
| - compatibilityVersion = "Xcode 3.1";
|
| - hasScannedForEncodings = 1;
|
| - mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
|
| - projectDirPath = "";
|
| - projectRoot = "";
|
| - targets = (
|
| - D2AAC045055464E500DB518D /* bzip2 */,
|
| - );
|
| - };
|
| -/* End PBXProject section */
|
| -
|
| -/* Begin PBXSourcesBuildPhase section */
|
| - D2AAC044055464E500DB518D /* Sources */ = {
|
| - isa = PBXSourcesBuildPhase;
|
| - buildActionMask = 2147483647;
|
| - files = (
|
| - E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */,
|
| - E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */,
|
| - E4BA044E0E25611C00BE02C6 /* compress.c in Sources */,
|
| - E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */,
|
| - E4BA04500E25611C00BE02C6 /* decompress.c in Sources */,
|
| - E4BA04510E25611C00BE02C6 /* huffman.c in Sources */,
|
| - E4BA04520E25611C00BE02C6 /* randtable.c in Sources */,
|
| - );
|
| - runOnlyForDeploymentPostprocessing = 0;
|
| - };
|
| -/* End PBXSourcesBuildPhase section */
|
| -
|
| -/* Begin XCBuildConfiguration section */
|
| - 1DEB91EC08733DB70010E9CD /* Debug */ = {
|
| - isa = XCBuildConfiguration;
|
| - baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */;
|
| - buildSettings = {
|
| - GCC_PREPROCESSOR_DEFINITIONS = (
|
| - "$(GCC_PREPROCESSOR_DEFINITIONS)",
|
| - BZ_NO_STDIO,
|
| - );
|
| - PRODUCT_NAME = bzip2;
|
| - };
|
| - name = Debug;
|
| - };
|
| - 1DEB91ED08733DB70010E9CD /* Release */ = {
|
| - isa = XCBuildConfiguration;
|
| - baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */;
|
| - buildSettings = {
|
| - GCC_PREPROCESSOR_DEFINITIONS = (
|
| - "$(GCC_PREPROCESSOR_DEFINITIONS)",
|
| - BZ_NO_STDIO,
|
| - );
|
| - PRODUCT_NAME = bzip2;
|
| - };
|
| - name = Release;
|
| - };
|
| - 1DEB91F008733DB70010E9CD /* Debug */ = {
|
| - isa = XCBuildConfiguration;
|
| - baseConfigurationReference = 7BA016140E5A1D1800044150 /* debug.xcconfig */;
|
| - buildSettings = {
|
| - XCODEPROJ_DEPTH = ../..;
|
| - };
|
| - name = Debug;
|
| - };
|
| - 1DEB91F108733DB70010E9CD /* Release */ = {
|
| - isa = XCBuildConfiguration;
|
| - baseConfigurationReference = 7BA016160E5A1D1800044150 /* release.xcconfig */;
|
| - buildSettings = {
|
| - XCODEPROJ_DEPTH = ../..;
|
| - };
|
| - name = Release;
|
| - };
|
| -/* End XCBuildConfiguration section */
|
| -
|
| -/* Begin XCConfigurationList section */
|
| - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzip2" */ = {
|
| - isa = XCConfigurationList;
|
| - buildConfigurations = (
|
| - 1DEB91EC08733DB70010E9CD /* Debug */,
|
| - 1DEB91ED08733DB70010E9CD /* Release */,
|
| - );
|
| - defaultConfigurationIsVisible = 0;
|
| - defaultConfigurationName = Release;
|
| - };
|
| - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "bzip2" */ = {
|
| - isa = XCConfigurationList;
|
| - buildConfigurations = (
|
| - 1DEB91F008733DB70010E9CD /* Debug */,
|
| - 1DEB91F108733DB70010E9CD /* Release */,
|
| - );
|
| - defaultConfigurationIsVisible = 0;
|
| - defaultConfigurationName = Release;
|
| - };
|
| -/* End XCConfigurationList section */
|
| - };
|
| - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
| -}
|
|
|