[Webkit-unassigned] [Bug 29660] New: Move "Generate 64-bit Export File" build phase script into DerivedSources.make

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 16:33:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29660

           Summary: Move "Generate 64-bit Export File" build phase script
                    into DerivedSources.make
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mrowe at apple.com



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39960|                            |review?
               Flag|                            |


Created an attachment (id=39960)
 --> (https://bugs.webkit.org/attachment.cgi?id=39960)
Patch v1

Reviewed by NOBODY (OOPS!).

The "Generate 64-bit Export File" build phase script built the
WebKit.LP64.exp export file used to link 64-bit WebKit.  Instead
of having a separate build phase script, move its generation
into DerivedSources.make where WebCore.exp is generated.  Note
that because of VPATH usage in DerivedSources.make
WebCore.LP64.exp had to be renamed to WebCore.LP64.base.exp.

* DerivedSources.make: Added a rule to make WebCore.LP64.exp.
* WebCore.LP64.base.exp: Renamed from WebCore/WebCore.LP64.exp.
* WebCore.xcodeproj/project.pbxproj: Removed the "Generate
64-bit Export File" build phase script.
---
 5 files changed, 44 insertions(+), 37 deletions(-)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list