Cleans up projects so that frameworks and libraries are SDK relative as opposed
to being absolute.
Unnecessary recursive header search paths have been removed.
Unnecessary project settings have been cleaned up.
Release projects now should build properly without warnings.
LG otherwise. I love SDKROOT. http://breakpad.appspot.com/138001/diff/1/7 File src/client/mac/Breakpad.xcodeproj/project.pbxproj (right): http://breakpad.appspot.com/138001/diff/1/7#newcode1667 Line 1667: HEADER_SEARCH_PATHS = ../../; ...
http://breakpad.appspot.com/138001/diff/1/7
File src/client/mac/Breakpad.xcodeproj/project.pbxproj (right):
http://breakpad.appspot.com/138001/diff/1/7#newcode1783
Line 1783: USER_HEADER_SEARCH_PATHS = ../../;
I wrote:
> USER_HEADER_SEARCH_PATHS instead of plain ol’ HEADER_SEARCH_PATHS? Throughout.
Clarification:
Plain ol’ HEADER_SEARCH_PATHS is fine, and it’s all I usually use. I was
wondering why most of this project seemed to use it, and then you switched to
USER_HEADER_SEARCH_PATHS here.
Issue 138001: More Mac project cleanup
(Closed)
Created 14 years, 4 months ago by dmaclach
Modified 14 years, 3 months ago
Reviewers: Mark Mentovai, mochalatte
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 5