Changeset 27582 in webkit


Ignore:
Timestamp:
Nov 7, 2007 3:09:12 PM (16 years ago)
Author:
mrowe@apple.com
Message:

2007-11-07 Mark Rowe <mrowe@apple.com>

Reviewed by Kevin Decker.

Fix 64-bit Mac build.

  • WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT to be relative to PROJECT_DIR. PROJECT_DIR takes into account the projectDirPath setting of the project, which in this instance includes the necessary "mac" subdirectory.
Location:
trunk/WebKit
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/WebKit.xcodeproj/project.pbxproj

    r27496 r27582  
    13661366                        );
    13671367                        inputPaths = (
    1368                                 "$(SRCROOT)/WebKit.exp",
     1368                                "$(PROJECT_DIR)/WebKit.exp",
    13691369                        );
    13701370                        outputPaths = (
     
    13731373                        runOnlyForDeploymentPostprocessing = 0;
    13741374                        shellPath = /bin/sh;
    1375                         shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit\"\n\n# exclude Carbon functions on 64-bit\nsed -e s/^_HIWebViewCreate$// -e s/^_HIWebViewGetWebView$// -e s/^_WebConvertNSImageToCGImageRef$// -e s/^_WebInitForCarbon$// \"${SRCROOT}/WebKit.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/WebKit.LP64.exp\"\n";
     1375                        shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit\"\n\n# exclude Carbon functions on 64-bit\nsed -e s/^_HIWebViewCreate$// -e s/^_HIWebViewGetWebView$// -e s/^_WebConvertNSImageToCGImageRef$// -e s/^_WebInitForCarbon$// \"${PROJECT_DIR}/WebKit.exp\" > \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit/WebKit.LP64.exp\"\n";
    13761376                };
    13771377                1C5BFFFE0BAF8AEA004FF4F5 /* Check Bundle Version */ = {
     
    13811381                        );
    13821382                        inputPaths = (
    1383                                 "$(SRCROOT)/Configurations/Version.xcconfig",
     1383                                "$(PROJECT_DIR)/Configurations/Version.xcconfig",
    13841384                        );
    13851385                        name = "Check Bundle Version";
     
    13961396                        );
    13971397                        inputPaths = (
    1398                                 "$(SRCROOT)/MigrateWebCoreHeaders.make",
     1398                                "$(PROJECT_DIR)/MigrateWebCoreHeaders.make",
    13991399                        );
    14001400                        name = "Migrate Headers";
     
    14111411                        );
    14121412                        inputPaths = (
    1413                                 "$(SRCROOT)/Configurations/Version.xcconfig",
     1413                                "$(PROJECT_DIR)/Configurations/Version.xcconfig",
    14141414                        );
    14151415                        name = "Update Info.plist with version information";
    14161416                        outputPaths = (
    1417                                 "$(SRCROOT)/Info.plist",
     1417                                "$(PROJECT_DIR)/Info.plist",
    14181418                        );
    14191419                        runOnlyForDeploymentPostprocessing = 0;
    14201420                        shellPath = /bin/sh;
    1421                         shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\ntouch \"$SRCROOT/Info.plist\"\n";
     1421                        shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\ntouch \"$PROJECT_DIR/Info.plist\"\n";
    14221422                };
    14231423                939811300824BF01008DF038 /* Make Frameworks Symbolic Link */ = {
Note: See TracChangeset for help on using the changeset viewer.