Ignore:
Timestamp:
Apr 4, 2006, 2:21:35 PM (19 years ago)
Author:
thatcher
Message:

JavaScriptCore:

Reviewed by Darin.

The Debug and Release frameworks are now built with install paths relative to the build products directory.
This removes the need for other projects to build with -framework WebCore and -framework JavaScriptCore.

JavaScriptGlue:

Reviewed by Darin.

The Debug and Release frameworks are now built with install paths relative to the build products directory.
This removes the need for other projects to build with -framework WebCore and -framework JavaScriptCore.

  • JavaScriptGlue.xcodeproj/project.pbxproj:

WebCore:

Reviewed by Darin.

The Debug and Release frameworks are now built with install paths relative to the build products directory.
This removes the need for other projects to build with -framework WebCore and -framework JavaScriptCore.

  • WebCore.xcodeproj/project.pbxproj:

WebKit:

Reviewed by Darin.

The Debug and Release frameworks are now built with install paths relative to the build products directory.
This removes the need for other projects to build with -framework WebCore and -framework JavaScriptCore.

  • WebKit.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

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

    r13541 r13686  
    12721272                                );
    12731273                                INFOPLIST_FILE = Info.plist;
    1274                                 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks";
     1274                                INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
    12751275                                OTHER_LDFLAGS = (
    12761276                                        "$(STYLE_LDFLAGS)",
     
    13101310                                );
    13111311                                INFOPLIST_FILE = Info.plist;
    1312                                 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks";
     1312                                INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
    13131313                                OTHER_LDFLAGS = (
    13141314                                        "$(STYLE_LDFLAGS)",
Note: See TracChangeset for help on using the changeset viewer.