diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 00:00:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 00:00:46 +0000 |
commit | c05037bf6184aa3910d2147a3589097c9fb45295 (patch) | |
tree | 888e1e09442e19abaf6cf5623f94016b5fd56961 | |
parent | c0a1c4f102e99d3937563929022d785eead40e0d (diff) | |
download | chromium_src-c05037bf6184aa3910d2147a3589097c9fb45295.zip chromium_src-c05037bf6184aa3910d2147a3589097c9fb45295.tar.gz chromium_src-c05037bf6184aa3910d2147a3589097c9fb45295.tar.bz2 |
fix mac build
need to include dmg_fp config settings in debug and release
tbr=playmobil
Review URL: http://codereview.chromium.org/10665
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5325 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/base.xcodeproj/project.pbxproj | 4 | ||||
-rw-r--r-- | build/all.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj index adb444a..5e4b8cd 100644 --- a/base/base.xcodeproj/project.pbxproj +++ b/base/base.xcodeproj/project.pbxproj @@ -196,14 +196,14 @@ isa = PBXContainerItemProxy; containerPortal = 531CBD320ECB67090084F32D /* dmg_fp.xcodeproj */; proxyType = 2; - remoteGlobalIDString = D2AAC046055464E500DB518D /* libdmg_fp.a */; + remoteGlobalIDString = D2AAC046055464E500DB518D; remoteInfo = dmg_fp; }; 531CBE300ECB86E90084F32D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 531CBD320ECB67090084F32D /* dmg_fp.xcodeproj */; proxyType = 1; - remoteGlobalIDString = D2AAC045055464E500DB518D /* dmg_fp */; + remoteGlobalIDString = D2AAC045055464E500DB518D; remoteInfo = dmg_fp; }; 7B165D2F0E55081000185273 /* PBXContainerItemProxy */ = { diff --git a/build/all.xcodeproj/project.pbxproj b/build/all.xcodeproj/project.pbxproj index 77a92f3..35a38cb 100644 --- a/build/all.xcodeproj/project.pbxproj +++ b/build/all.xcodeproj/project.pbxproj @@ -150,7 +150,7 @@ isa = PBXContainerItemProxy; containerPortal = 531CBD140ECB66670084F32D /* dmg_fp.xcodeproj */; proxyType = 2; - remoteGlobalIDString = D2AAC046055464E500DB518D /* libdmg_fp.a */; + remoteGlobalIDString = D2AAC046055464E500DB518D; remoteInfo = dmg_fp; }; 7B262E390E82E508001CE27F /* PBXContainerItemProxy */ = { diff --git a/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj b/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj index 0071850..d9e358d 100644 --- a/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj +++ b/third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj @@ -156,6 +156,7 @@ 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; @@ -170,10 +171,12 @@ 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; }; |