Skip to content

Commit

Permalink
Use a common directory for all build output on the Mac.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@987 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mmentovai@google.com committed Aug 18, 2008
1 parent 8476333 commit 80179e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,13 @@ GCC_ENABLE_PASCAL_STRINGS = NO
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_SYMBOLS_PRIVATE_EXTERN = YES
PREBINDING = NO

// Each project file must set XCODEPROJ_DEPTH as a project-wide setting. It
// should contain a relative path to reach the src directory from the
// directory containing the project. For example, src/base/base.xcodeproj
// should set XCODEPROJ_DEPTH = ../.. . This is used to redirect all build
// output to a single common directory.
SYMROOT = $(XCODEPROJ_DEPTH)/xcodebuild

USE_HEADERMAP = NO
WARNING_CFLAGS = -Wall

0 comments on commit 80179e1

Please sign in to comment.