Changeset 13442 in webkit


Ignore:
Timestamp:
Mar 22, 2006 2:42:40 PM (18 years ago)
Author:
mjs
Message:
  • fix the build
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r13438 r13442  
     12006-03-22  Maciej Stachowiak  <mjs@apple.com>
     2
     3        - fix the build
     4
     5        * JavaScriptCore.xcodeproj/project.pbxproj:
     6
    172006-03-21  Maciej Stachowiak  <mjs@apple.com>
    28
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r13435 r13442  
    657657                        );
    658658                        name = "Derived Sources";
    659                         path = /Volumes/Data/mjs/Work/symroots/Debug/DerivedSources/JavaScriptCore;
    660                         sourceTree = "<absolute>";
     659                        path = DerivedSources/JavaScriptCore;
     660                        sourceTree = BUILT_PRODUCTS_DIR;
    661661                };
    662662                65162EF108E6A21C007556CD /* kxmlcore */ = {
     
    10861086                        projectDirPath = "";
    10871087                        targets = (
    1088                                 65FB3F6609D11E9100F49DEB /* Derived Sources */,
    10891088                                932F5B3E0822A1C700736975 /* include */,
    10901089                                935F69F508244FEA003D1A45 /* dftables */,
     1090                                65FB3F6609D11E9100F49DEB /* Derived Sources */,
    10911091                                932F5BDA0822A1C700736975 /* testkjs */,
    10921092                                932F5BE30822A1C700736975 /* All */,
     
    12691269                                        .,
    12701270                                        icu,
    1271                                         "$(BUILT_PRODUCTS_DIR)/DerivedSources",
     1271                                        "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore",
    12721272                                );
    12731273                                INFOPLIST_FILE = Info.plist;
     
    13061306                                        .,
    13071307                                        icu,
    1308                                         "$(BUILT_PRODUCTS_DIR)/DerivedSources",
     1308                                        "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore",
    13091309                                );
    13101310                                INFOPLIST_FILE = Info.plist;
     
    13431343                                        .,
    13441344                                        icu,
    1345                                         "$(BUILT_PRODUCTS_DIR)/DerivedSources",
     1345                                        "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore",
    13461346                                );
    13471347                                INFOPLIST_FILE = Info.plist;
Note: See TracChangeset for help on using the changeset viewer.