diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 19:23:03 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 19:23:03 +0000 |
commit | b94783782021f718f2ec674b54bf7a84f30c3632 (patch) | |
tree | f12c2c72c50c3fc6fe01b6d5bc45e578bb627165 /third_party/bzip2 | |
parent | 968efff76e72340022169b518c04e9cfbf2f8fb5 (diff) | |
download | chromium_src-b94783782021f718f2ec674b54bf7a84f30c3632.zip chromium_src-b94783782021f718f2ec674b54bf7a84f30c3632.tar.gz chromium_src-b94783782021f718f2ec674b54bf7a84f30c3632.tar.bz2 |
Use our own bz_internal_error
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bzip2')
-rw-r--r-- | third_party/bzip2/bzip2.xcodeproj/project.pbxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/bzip2/bzip2.xcodeproj/project.pbxproj b/third_party/bzip2/bzip2.xcodeproj/project.pbxproj index 0374ade..40a786e 100644 --- a/third_party/bzip2/bzip2.xcodeproj/project.pbxproj +++ b/third_party/bzip2/bzip2.xcodeproj/project.pbxproj @@ -150,6 +150,10 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */; buildSettings = { + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(GCC_PREPROCESSOR_DEFINITIONS)", + BZ_NO_STDIO, + ); PRODUCT_NAME = bzip2; }; name = Debug; @@ -158,6 +162,10 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */; buildSettings = { + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(GCC_PREPROCESSOR_DEFINITIONS)", + BZ_NO_STDIO, + ); PRODUCT_NAME = bzip2; }; name = Release; |