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 /third_party | |
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
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/dmg_fp/dmg_fp.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; |