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

Darin darin at opensource.apple.com
Tue Jun 7 09:00:17 PDT 2005


darin       05/06/07 09:00:16

  Modified:    .        ChangeLog
               WebCore.pbproj project.pbxproj
  Log:
          Change by Toby Peterson <toby at opendarwin.org>.
          Reviewed by me.
  
          - fixed the WebCore half of build failure with spaces in the path
            http://bugzilla.opendarwin.org/show_bug.cgi?id=3291
  
          * WebCore.pbproj/project.pbxproj: Add quotes to make LIBRARY_SEARCH_PATHS work even when
          the path has a space in it.
  
  Revision  Changes    Path
  1.4245    +11 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4244
  retrieving revision 1.4245
  diff -u -r1.4244 -r1.4245
  --- ChangeLog	7 Jun 2005 15:34:06 -0000	1.4244
  +++ ChangeLog	7 Jun 2005 16:00:13 -0000	1.4245
  @@ -1,3 +1,14 @@
  +2005-06-07  Darin Adler  <darin at apple.com>
  +
  +        Change by Toby Peterson <toby at opendarwin.org>.
  +        Reviewed by me.
  +
  +        - fixed the WebCore half of build failure with spaces in the path
  +          http://bugzilla.opendarwin.org/show_bug.cgi?id=3291
  +
  +        * WebCore.pbproj/project.pbxproj: Add quotes to make LIBRARY_SEARCH_PATHS work even when
  +        the path has a space in it.
  +
   2005-06-07  David Hyatt  <hyatt at apple.com>
   
   	Patch from Mark Rowe to fix a minor memory leak in WebCoreSettings.
  
  
  
  1.550     +1 -1      WebCore/WebCore.pbproj/project.pbxproj
  
  Index: project.pbxproj
  ===================================================================
  RCS file: /cvs/root/WebCore/WebCore.pbproj/project.pbxproj,v
  retrieving revision 1.549
  retrieving revision 1.550
  diff -u -r1.549 -r1.550
  --- project.pbxproj	5 Jun 2005 00:42:42 -0000	1.549
  +++ project.pbxproj	7 Jun 2005 16:00:16 -0000	1.550
  @@ -2258,7 +2258,7 @@
   				HEADER_SEARCH_PATHS = "ForwardingHeaders icu /usr/include/libxslt /usr/include/libxml2";
   				INFOPLIST_FILE = Info.plist;
   				INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks;
  -				LIBRARY_SEARCH_PATHS = "$(DERIVED_FILE_DIR)";
  +				LIBRARY_SEARCH_PATHS = "'$(DERIVED_FILE_DIR)'";
   				OTHER_LDFLAGS = "$(STYLE_LDFLAGS) -lxml2-WebCore";
   				PRODUCT_NAME = WebCore;
   				SECTORDER_FLAGS = "-sectorder __TEXT __text /AppleInternal/OrderFiles/WebCore.order";
  
  
  



More information about the webkit-changes mailing list