Ignore:
Timestamp:
Nov 11, 2007, 11:03:35 AM (18 years ago)
Author:
Darin Adler
Message:
  • JavaScriptCore.xcodeproj/project.pbxproj: Try fixing Mac Tiger builds by adding another include path.
File:
1 edited

Legend:

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

    r27686 r27687  
    17391739                        buildSettings = {
    17401740                                GCC_OPTIMIZATION_LEVEL = 0;
    1741                                 HEADER_SEARCH_PATHS = .;
     1741                                HEADER_SEARCH_PATHS = (
     1742                                        icu,
     1743                                        .,
     1744                                );
    17421745                                STRIP_INSTALLED_PRODUCT = NO;
    17431746                        };
     
    17481751                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    17491752                        buildSettings = {
    1750                                 HEADER_SEARCH_PATHS = .;
     1753                                HEADER_SEARCH_PATHS = (
     1754                                        icu,
     1755                                        .,
     1756                                );
    17511757                                STRIP_INSTALLED_PRODUCT = NO;
    17521758                        };
     
    17571763                        baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
    17581764                        buildSettings = {
    1759                                 HEADER_SEARCH_PATHS = .;
     1765                                HEADER_SEARCH_PATHS = (
     1766                                        icu,
     1767                                        .,
     1768                                );
    17601769                        };
    17611770                        name = Production;
Note: See TracChangeset for help on using the changeset viewer.