Ignore:
Timestamp:
Apr 26, 2007, 11:03:58 PM (18 years ago)
Author:
bdash
Message:

2007-04-27 Mark Rowe <[email protected]>

Reviewed by Oliver.

  • JavaScriptCore.xcodeproj/project.pbxproj: Improve dependencies in Xcode project by marking dftables as a dependency of Generate Derived Sources rather than of JavaScriptCore itself.

2007-04-27 Mark Rowe <[email protected]>

Reviewed by Oliver.

  • JavaScriptGlue.xcodeproj/project.pbxproj: Improve dependencies in Xcode project by marking JavaScriptGlue as a dependency of testjsglue.
File:
1 edited

Legend:

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

    r21064 r21137  
    1313                        buildPhases = (
    1414                                65FB3F6509D11E9100F49DEB /* Generate Derived Sources */,
     15                        );
     16                        dependencies = (
     17                                5D2F21D80BDFAB1D0082B294 /* PBXTargetDependency */,
    1518                        );
    1619                        name = "Derived Sources";
     
    352355                        remoteInfo = testapi;
    353356                };
     357                5D2F21D70BDFAB1D0082B294 /* PBXContainerItemProxy */ = {
     358                        isa = PBXContainerItemProxy;
     359                        containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
     360                        proxyType = 1;
     361                        remoteGlobalIDString = 935F69F508244FEA003D1A45;
     362                        remoteInfo = dftables;
     363                };
    354364                65FB3F7D09D11EF300F49DEB /* PBXContainerItemProxy */ = {
    355365                        isa = PBXContainerItemProxy;
     
    372382                        remoteGlobalIDString = 932F5BDA0822A1C700736975;
    373383                        remoteInfo = "testkjs (Upgraded)";
    374                 };
    375                 93396B9C082450C500AB803D /* PBXContainerItemProxy */ = {
    376                         isa = PBXContainerItemProxy;
    377                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
    378                         proxyType = 1;
    379                         remoteGlobalIDString = 935F69F508244FEA003D1A45;
    380                         remoteInfo = dftables;
    381384                };
    382385/* End PBXContainerItemProxy section */
     
    12981301                        );
    12991302                        dependencies = (
    1300                                 93396B9D082450C500AB803D /* PBXTargetDependency */,
    13011303                                65FB3F7E09D11EF300F49DEB /* PBXTargetDependency */,
    13021304                        );
     
    13511353                        isa = PBXProject;
    13521354                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
     1355                        compatibilityVersion = "Xcode 2.4";
    13531356                        hasScannedForEncodings = 1;
    13541357                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
     
    13561359                        projectDirPath = "";
    13571360                        projectRoot = "";
     1361                        shouldCheckCompatibility = 1;
    13581362                        targets = (
    13591363                                932F5BE30822A1C700736975 /* All */,
     
    15421546                        targetProxy = 14BD59C60A3E8FA400BAF59C /* PBXContainerItemProxy */;
    15431547                };
     1548                5D2F21D80BDFAB1D0082B294 /* PBXTargetDependency */ = {
     1549                        isa = PBXTargetDependency;
     1550                        target = 935F69F508244FEA003D1A45 /* dftables */;
     1551                        targetProxy = 5D2F21D70BDFAB1D0082B294 /* PBXContainerItemProxy */;
     1552                };
    15441553                65FB3F7E09D11EF300F49DEB /* PBXTargetDependency */ = {
    15451554                        isa = PBXTargetDependency;
     
    15561565                        target = 932F5BDA0822A1C700736975 /* testkjs */;
    15571566                        targetProxy = 932F5BE80822A1C700736975 /* PBXContainerItemProxy */;
    1558                 };
    1559                 93396B9D082450C500AB803D /* PBXTargetDependency */ = {
    1560                         isa = PBXTargetDependency;
    1561                         target = 935F69F508244FEA003D1A45 /* dftables */;
    1562                         targetProxy = 93396B9C082450C500AB803D /* PBXContainerItemProxy */;
    15631567                };
    15641568/* End PBXTargetDependency section */
Note: See TracChangeset for help on using the changeset viewer.