Ignore:
Timestamp:
Jun 4, 2005, 5:41:00 PM (20 years ago)
Author:
darin
Message:

Reviewed by Maciej.

  • fixed so we can compile without Apple Internal headers installed
  • JavaScriptCore.pbproj/project.pbxproj: Added icu directory to header search path.
  • icu/README: Added.
  • icu/unicode/platform.h: Added.
  • icu/unicode/uchar.h: Added.
  • icu/unicode/uconfig.h: Added.
  • icu/unicode/umachine.h: Added.
  • icu/unicode/urename.h: Added.
  • icu/unicode/utf.h: Added.
  • icu/unicode/utf16.h: Added.
  • icu/unicode/utf8.h: Added.
  • icu/unicode/utf_old.h: Added.
  • icu/unicode/utypes.h: Added.
  • icu/unicode/uversion.h: Added.
File:
1 edited

Legend:

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

    r9182 r9271  
    10271027                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
    10281028                                GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
     1029                                HEADER_SEARCH_PATHS = icu;
    10291030                                INFOPLIST_FILE = Info.plist;
    10301031                                INSTALL_PATH = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks;
Note: See TracChangeset for help on using the changeset viewer.