Changeset 30827 in webkit


Ignore:
Timestamp:
Mar 6, 2008 4:15:12 AM (16 years ago)
Author:
ddkilzer@apple.com
Message:

Name the WebKit build phase script that generates WebKit.LP64.exp.

  • WebKit.xcodeproj/project.pbxproj: Name the build phase script that generates the 64-bit export file to match the corresponding build phase script in WebCore.
Location:
trunk/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/ChangeLog

    r30801 r30827  
     12008-03-06  David D. Kilzer  <ddkilzer@apple.com>
     2
     3        Name the WebKit build phase script that generates WebKit.LP64.exp.
     4
     5        * WebKit.xcodeproj/project.pbxproj: Name the build phase script
     6        that generates the 64-bit export file to match the corresponding
     7        build phase script in WebCore.
     8
    192008-03-05  Adam Roben  <aroben@apple.com>
    210
  • trunk/WebKit/WebKit.xcodeproj/project.pbxproj

    r30801 r30827  
    13441344                                939D054F09DA02D500984996 /* Check For Global Initializers */,
    13451345                                939811270824BF01008DF038 /* Frameworks */,
    1346                                 1C395DE20C6BE8E0000D1E52 /* ShellScript */,
     1346                                1C395DE20C6BE8E0000D1E52 /* Generate 64-bit Export File */,
    13471347                        );
    13481348                        buildRules = (
     
    14051405
    14061406/* Begin PBXShellScriptBuildPhase section */
    1407                 1C395DE20C6BE8E0000D1E52 /* ShellScript */ = {
     1407                1C395DE20C6BE8E0000D1E52 /* Generate 64-bit Export File */ = {
    14081408                        isa = PBXShellScriptBuildPhase;
    14091409                        buildActionMask = 2147483647;
     
    14131413                                "$(PROJECT_DIR)/mac/WebKit.exp",
    14141414                        );
     1415                        name = "Generate 64-bit Export File";
    14151416                        outputPaths = (
    14161417                                "$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit/WebKit.LP64.exp",
Note: See TracChangeset for help on using the changeset viewer.