diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 20:16:00 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 20:16:00 +0000 |
commit | c9b778d207b070669f1071ee8b7ed4a81b29f6cb (patch) | |
tree | ffdeece3bc432960468b3e3fcedc4726bf96cd89 /base | |
parent | 80179e1130f6549bed35468c5f2c41534d6b2972 (diff) | |
download | chromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.zip chromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.tar.gz chromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.tar.bz2 |
Add more useful settings to the xcconfigs.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj index 5034843..71b20ba 100644 --- a/base/base.xcodeproj/project.pbxproj +++ b/base/base.xcodeproj/project.pbxproj @@ -288,6 +288,8 @@ 7BD9E84E0DA447F800FC7A01 /* singleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = singleton.h; sourceTree = "<group>"; }; 7BEB81100D9AD288009BA8DD /* prcpucfg_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = prcpucfg_mac.h; path = third_party/nspr/prcpucfg_mac.h; sourceTree = "<group>"; }; 7BEB81490D9B0F33009BA8DD /* time_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_posix.cc; sourceTree = "<group>"; }; + 7BED30C60E59F63000A747DB /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; + 7BED30C70E59F63000A747DB /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; 7BEFC29C0D99832D000829AD /* lock_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lock_impl.h; sourceTree = "<group>"; }; 7BEFC29D0D99832D000829AD /* lock_impl_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lock_impl_posix.cc; sourceTree = "<group>"; }; 820EB4EB0E3A60FE009668FC /* idle_timer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = idle_timer.cc; sourceTree = "<group>"; }; @@ -582,7 +584,9 @@ children = ( 7B836C4C0E55C6AC00F6AD31 /* common.xcconfig */, 7B836C4D0E55C6AC00F6AD31 /* debug.xcconfig */, + 7BED30C60E59F63000A747DB /* executable.xcconfig */, 7B836C4E0E55C6AC00F6AD31 /* release.xcconfig */, + 7BED30C70E59F63000A747DB /* staticlib.xcconfig */, ); name = Configuration; path = ../build; @@ -1206,6 +1210,7 @@ }; 825402BD0D92D0FB0006B936 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C70E59F63000A747DB /* staticlib.xcconfig */; buildSettings = { HEADER_SEARCH_PATHS = ( .., @@ -1218,6 +1223,7 @@ }; 825402BE0D92D0FB0006B936 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C70E59F63000A747DB /* staticlib.xcconfig */; buildSettings = { HEADER_SEARCH_PATHS = ( .., @@ -1230,6 +1236,7 @@ }; 825403B20D92D2E50006B936 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C70E59F63000A747DB /* staticlib.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks"; HEADER_SEARCH_PATHS = ( @@ -1244,6 +1251,7 @@ }; 825403B30D92D2E50006B936 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C70E59F63000A747DB /* staticlib.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Versions/A/Frameworks"; HEADER_SEARCH_PATHS = ( @@ -1272,6 +1280,7 @@ }; E49F18C10E4CBAC300386AEC /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C60E59F63000A747DB /* executable.xcconfig */; buildSettings = { GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", @@ -1290,6 +1299,7 @@ }; E49F18C20E4CBAC300386AEC /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 7BED30C60E59F63000A747DB /* executable.xcconfig */; buildSettings = { GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", |