Ignore:
Timestamp:
Jun 14, 2006, 2:45:06 PM (19 years ago)
Author:
ggaren
Message:

Reviewed by Beth.


  • JavaScriptCore.xcodeproj/project.pbxproj:
  • bindings/runtime_root.h: Changed "Interpreter.h" to "interpreter.h"
File:
1 edited

Legend:

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

    r14834 r14863  
    233233                E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; };
    234234/* End PBXBuildFile section */
     235
     236/* Begin PBXBuildStyle section */
     237                1467E3080A40B8D60012E1AF /* Development */ = {
     238                        isa = PBXBuildStyle;
     239                        buildSettings = {
     240                                COPY_PHASE_STRIP = NO;
     241                        };
     242                        name = Development;
     243                };
     244                1467E3090A40B8D60012E1AF /* Deployment */ = {
     245                        isa = PBXBuildStyle;
     246                        buildSettings = {
     247                                COPY_PHASE_STRIP = YES;
     248                        };
     249                        name = Deployment;
     250                };
     251/* End PBXBuildStyle section */
    235252
    236253/* Begin PBXContainerItemProxy section */
     
    9971014                        isa = PBXProject;
    9981015                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
     1016                        buildSettings = {
     1017                        };
     1018                        buildStyles = (
     1019                                1467E3080A40B8D60012E1AF /* Development */,
     1020                                1467E3090A40B8D60012E1AF /* Deployment */,
     1021                        );
    9991022                        hasScannedForEncodings = 1;
    10001023                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note: See TracChangeset for help on using the changeset viewer.