Ignore:
Timestamp:
Jul 11, 2002, 5:47:23 PM (23 years ago)
Author:
darin
Message:
  • JavaScriptCore.pbproj/project.pbxproj: To make the build of WebCore work without using -I to peek at JavaScriptCore sources, made all the Public sources Private so they are all in one directory. Also, made lookup.h be Private.
File:
1 edited

Legend:

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

    r1429 r1543  
    499499                        settings = {
    500500                                ATTRIBUTES = (
    501                                         Public,
     501                                        Private,
    502502                                );
    503503                        };
     
    10061006                        settings = {
    10071007                                ATTRIBUTES = (
    1008                                         Public,
     1008                                        Private,
    10091009                                );
    10101010                        };
     
    10381038                        isa = PBXBuildFile;
    10391039                        settings = {
     1040                                ATTRIBUTES = (
     1041                                        Private,
     1042                                );
    10401043                        };
    10411044                };
     
    11201123                        settings = {
    11211124                                ATTRIBUTES = (
    1122                                         Public,
     1125                                        Private,
    11231126                                );
    11241127                        };
     
    12101213                        settings = {
    12111214                                ATTRIBUTES = (
    1212                                         Public,
     1215                                        Private,
    12131216                                );
    12141217                        };
     
    12251228                        settings = {
    12261229                                ATTRIBUTES = (
    1227                                         Public,
     1230                                        Private,
    12281231                                );
    12291232                        };
     
    12401243                        settings = {
    12411244                                ATTRIBUTES = (
    1242                                         Public,
     1245                                        Private,
    12431246                                );
    12441247                        };
Note: See TracChangeset for help on using the changeset viewer.