Index: third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj |
diff --git a/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj b/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj |
deleted file mode 100644 |
index d9e358da5c3d95c228a7d575fff69340850f0093..0000000000000000000000000000000000000000 |
--- a/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj |
+++ /dev/null |
@@ -1,207 +0,0 @@ |
-// !$*UTF8*$! |
-{ |
- archiveVersion = 1; |
- classes = { |
- }; |
- objectVersion = 45; |
- objects = { |
- |
-/* Begin PBXBuildFile section */ |
- 53486DA50ECA70C600DD3A1D /* dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 53486DA20ECA70C600DD3A1D /* dtoa.cc */; }; |
- 53486DA60ECA70C600DD3A1D /* g_fmt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 53486DA30ECA70C600DD3A1D /* g_fmt.cc */; }; |
-/* End PBXBuildFile section */ |
- |
-/* Begin PBXFileReference section */ |
- 53486DA10ECA70C600DD3A1D /* dmg_fp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dmg_fp.h; sourceTree = "<group>"; }; |
- 53486DA20ECA70C600DD3A1D /* dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cc; sourceTree = "<group>"; }; |
- 53486DA30ECA70C600DD3A1D /* g_fmt.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = g_fmt.cc; sourceTree = "<group>"; }; |
- 53C504BC0ECB6203006E67E9 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = common.xcconfig; path = ../../build/common.xcconfig; sourceTree = SOURCE_ROOT; }; |
- 53C504BD0ECB6203006E67E9 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = debug.xcconfig; path = ../../build/debug.xcconfig; sourceTree = SOURCE_ROOT; }; |
- 53C504BF0ECB6203006E67E9 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = release.xcconfig; path = ../../build/release.xcconfig; sourceTree = SOURCE_ROOT; }; |
- 53C504C00ECB6203006E67E9 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = staticlib.xcconfig; path = ../../build/staticlib.xcconfig; sourceTree = SOURCE_ROOT; }; |
- D2AAC046055464E500DB518D /* libdmg_fp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdmg_fp.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 /* dmg_fp */ = { |
- isa = PBXGroup; |
- children = ( |
- 53C504BB0ECB61F4006E67E9 /* Configuration */, |
- 08FB7795FE84155DC02AAC07 /* Source */, |
- 1AB674ADFE9D54B511CA2CBB /* Products */, |
- ); |
- name = dmg_fp; |
- sourceTree = "<group>"; |
- }; |
- 08FB7795FE84155DC02AAC07 /* Source */ = { |
- isa = PBXGroup; |
- children = ( |
- 53486DA10ECA70C600DD3A1D /* dmg_fp.h */, |
- 53486DA20ECA70C600DD3A1D /* dtoa.cc */, |
- 53486DA30ECA70C600DD3A1D /* g_fmt.cc */, |
- ); |
- name = Source; |
- sourceTree = "<group>"; |
- }; |
- 1AB674ADFE9D54B511CA2CBB /* Products */ = { |
- isa = PBXGroup; |
- children = ( |
- D2AAC046055464E500DB518D /* libdmg_fp.a */, |
- ); |
- name = Products; |
- sourceTree = "<group>"; |
- }; |
- 53C504BB0ECB61F4006E67E9 /* Configuration */ = { |
- isa = PBXGroup; |
- children = ( |
- 53C504BC0ECB6203006E67E9 /* common.xcconfig */, |
- 53C504BD0ECB6203006E67E9 /* debug.xcconfig */, |
- 53C504BF0ECB6203006E67E9 /* release.xcconfig */, |
- 53C504C00ECB6203006E67E9 /* staticlib.xcconfig */, |
- ); |
- name = Configuration; |
- sourceTree = "<group>"; |
- }; |
-/* End PBXGroup section */ |
- |
-/* Begin PBXNativeTarget section */ |
- D2AAC045055464E500DB518D /* dmg_fp */ = { |
- isa = PBXNativeTarget; |
- buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "dmg_fp" */; |
- buildPhases = ( |
- D2AAC044055464E500DB518D /* Sources */, |
- D289987405E68DCB004EDB86 /* Frameworks */, |
- ); |
- buildRules = ( |
- ); |
- dependencies = ( |
- ); |
- name = dmg_fp; |
- productName = dmg_fp; |
- productReference = D2AAC046055464E500DB518D /* libdmg_fp.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 "dmg_fp" */; |
- compatibilityVersion = "Xcode 3.1"; |
- hasScannedForEncodings = 1; |
- mainGroup = 08FB7794FE84155DC02AAC07 /* dmg_fp */; |
- projectDirPath = ""; |
- projectRoot = ""; |
- targets = ( |
- D2AAC045055464E500DB518D /* dmg_fp */, |
- ); |
- }; |
-/* End PBXProject section */ |
- |
-/* Begin PBXSourcesBuildPhase section */ |
- D2AAC044055464E500DB518D /* Sources */ = { |
- isa = PBXSourcesBuildPhase; |
- buildActionMask = 2147483647; |
- files = ( |
- 53486DA50ECA70C600DD3A1D /* dtoa.cc in Sources */, |
- 53486DA60ECA70C600DD3A1D /* g_fmt.cc in Sources */, |
- ); |
- runOnlyForDeploymentPostprocessing = 0; |
- }; |
-/* End PBXSourcesBuildPhase section */ |
- |
-/* Begin XCBuildConfiguration section */ |
- 1DEB91EC08733DB70010E9CD /* Debug */ = { |
- isa = XCBuildConfiguration; |
- buildSettings = { |
- ALWAYS_SEARCH_USER_PATHS = NO; |
- ARCHS = "$(NATIVE_ARCH)"; |
- COPY_PHASE_STRIP = NO; |
- GCC_DYNAMIC_NO_PIC = NO; |
- GCC_ENABLE_FIX_AND_CONTINUE = YES; |
- GCC_MODEL_TUNING = G5; |
- GCC_OPTIMIZATION_LEVEL = 0; |
- GCC_PREPROCESSOR_DEFINITIONS = IEEE_8087; |
- INSTALL_PATH = /usr/local/lib; |
- ONLY_ACTIVE_ARCH = NO; |
- PRODUCT_NAME = dmg_fp; |
- SDKROOT = ""; |
- }; |
- name = Debug; |
- }; |
- 1DEB91ED08733DB70010E9CD /* Release */ = { |
- isa = XCBuildConfiguration; |
- buildSettings = { |
- ALWAYS_SEARCH_USER_PATHS = NO; |
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
- GCC_MODEL_TUNING = G5; |
- INSTALL_PATH = /usr/local/lib; |
- PRODUCT_NAME = dmg_fp; |
- }; |
- name = Release; |
- }; |
- 1DEB91F008733DB70010E9CD /* Debug */ = { |
- isa = XCBuildConfiguration; |
- buildSettings = { |
- ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
- GCC_C_LANGUAGE_STANDARD = c99; |
- GCC_OPTIMIZATION_LEVEL = 0; |
- GCC_PREPROCESSOR_DEFINITIONS = IEEE_8087; |
- GCC_WARN_ABOUT_RETURN_TYPE = YES; |
- GCC_WARN_UNUSED_VARIABLE = YES; |
- ONLY_ACTIVE_ARCH = YES; |
- PREBINDING = NO; |
- SDKROOT = macosx10.5; |
- SYMROOT = ../../xcodebuild; |
- }; |
- name = Debug; |
- }; |
- 1DEB91F108733DB70010E9CD /* Release */ = { |
- isa = XCBuildConfiguration; |
- buildSettings = { |
- ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
- GCC_C_LANGUAGE_STANDARD = c99; |
- GCC_PREPROCESSOR_DEFINITIONS = IEEE_8087; |
- GCC_WARN_ABOUT_RETURN_TYPE = YES; |
- GCC_WARN_UNUSED_VARIABLE = YES; |
- PREBINDING = NO; |
- SDKROOT = macosx10.5; |
- SYMROOT = ../../xcodebuild; |
- }; |
- name = Release; |
- }; |
-/* End XCBuildConfiguration section */ |
- |
-/* Begin XCConfigurationList section */ |
- 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "dmg_fp" */ = { |
- isa = XCConfigurationList; |
- buildConfigurations = ( |
- 1DEB91EC08733DB70010E9CD /* Debug */, |
- 1DEB91ED08733DB70010E9CD /* Release */, |
- ); |
- defaultConfigurationIsVisible = 0; |
- defaultConfigurationName = Release; |
- }; |
- 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "dmg_fp" */ = { |
- isa = XCConfigurationList; |
- buildConfigurations = ( |
- 1DEB91F008733DB70010E9CD /* Debug */, |
- 1DEB91F108733DB70010E9CD /* Release */, |
- ); |
- defaultConfigurationIsVisible = 0; |
- defaultConfigurationName = Release; |
- }; |
-/* End XCConfigurationList section */ |
- }; |
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
-} |