* WebKit.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT to search for the
WebKitSystemInterface.h file. We could re-jigger this again later, but for now this is consistent
with both the .a file's location and where build-webkit puts the file.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9389
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-06-14 Darin Adler <darin@apple.com>
+
+ - fixed build for Xcode 2.1
+
+ * WebKit.pbproj/project.pbxproj: Use BUILT_PRODUCTS_DIR instead of SYMROOT to search for the
+ WebKitSystemInterface.h file. We could re-jigger this again later, but for now this is consistent
+ with both the .a file's location and where build-webkit puts the file.
+
2005-06-13 John Sullivan <sullivan@apple.com>
Reviewed by Dave Harrison and Maciej.
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
- HEADER_SEARCH_PATHS = "'$(SYMROOT)/usr/local/include' icu";
+ HEADER_SEARCH_PATHS = "'$(BUILT_PRODUCTS_DIR)/usr/local/include' icu";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /System/Library/Frameworks;
JAVASCRIPTCORE_PRIVATE_HEADERS_DIR = "$(UMBRELLA_FRAMEWORKS_DIR)/JavaScriptCore.framework/PrivateHeaders";