Changeset 10066 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 5, 2005, 7:30:31 PM (20 years ago)
Author:
adele
Message:

JavaScriptCore:

Reviewed by Darin.

  • JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.

WebCore:

Reviewed by Darin.

  • WebCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.

WebKit:

Reviewed by Darin.

  • WebKit.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r10061 r10066  
     12005-08-05  Adele Peterson  <[email protected]>
     2
     3        Reviewed by Darin.
     4
     5        * JavaScriptCore.xcodeproj/project.pbxproj: Unchecked 'statics are thread safe' option.
     6
    172005-08-05  Geoffrey Garen  <[email protected]>
    28
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r9929 r10066  
    22592259                        isa = XCBuildConfiguration;
    22602260                        buildSettings = {
     2261                                GCC_THREADSAFE_STATICS = NO;
    22612262                        };
    22622263                        name = Development;
     
    22652266                        isa = XCBuildConfiguration;
    22662267                        buildSettings = {
     2268                                GCC_THREADSAFE_STATICS = NO;
    22672269                        };
    22682270                        name = Deployment;
     
    22712273                        isa = XCBuildConfiguration;
    22722274                        buildSettings = {
     2275                                GCC_THREADSAFE_STATICS = NO;
    22732276                        };
    22742277                        name = OptimizedWithSymbols;
     
    22772280                        isa = XCBuildConfiguration;
    22782281                        buildSettings = {
     2282                                GCC_THREADSAFE_STATICS = NO;
    22792283                        };
    22802284                        name = Default;
Note: See TracChangeset for help on using the changeset viewer.