[webkit-changes] cvs commit: WebKit/WebKit.pbproj project.pbxproj

Darin darin at opensource.apple.com
Tue Jun 14 09:19:17 PDT 2005


darin       05/06/14 09:19:16

  Modified:    .        ChangeLog
               WebKit.pbproj project.pbxproj
  Log:
          - 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.
  
  Revision  Changes    Path
  1.3193    +8 -0      WebKit/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKit/ChangeLog,v
  retrieving revision 1.3192
  retrieving revision 1.3193
  diff -u -r1.3192 -r1.3193
  --- ChangeLog	14 Jun 2005 02:12:39 -0000	1.3192
  +++ ChangeLog	14 Jun 2005 16:19:10 -0000	1.3193
  @@ -1,3 +1,11 @@
  +2005-06-14  Darin Adler  <darin at 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 at apple.com>
   
           Reviewed by Dave Harrison and Maciej.
  
  
  
  1.724     +1 -1      WebKit/WebKit.pbproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebKit/WebKit.pbproj/project.pbxproj,v
  retrieving revision 1.723
  retrieving revision 1.724
  diff -u -r1.723 -r1.724
  --- project.pbxproj	7 Jun 2005 16:07:13 -0000	1.723
  +++ project.pbxproj	14 Jun 2005 16:19:16 -0000	1.724
  @@ -1821,7 +1821,7 @@
   				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";
  
  
  



More information about the webkit-changes mailing list