Changeset 38162 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 6, 2008, 2:21:50 AM (17 years ago)
Author:
[email protected]
Message:

2008-11-06 Cameron Zwarich <[email protected]>

Rubber-stamped by Sam Weinig.

Move kjs/Shell.cpp to the top level of the JavaScriptCore directory and
rename it to jsc.cpp to reflect the name of the binary compiled from it.

  • GNUmakefile.am:
  • JavaScriptCore.vcproj/jsc/jsc.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • jsc.cpp: Copied from kjs/Shell.cpp.
  • jsc.pro:
  • jscore.bkl:
  • kjs/Shell.cpp: Removed.
Location:
trunk/JavaScriptCore
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38156 r38162  
     12008-11-06  Cameron Zwarich  <[email protected]>
     2
     3        Rubber-stamped by Sam Weinig.
     4
     5        Move kjs/Shell.cpp to the top level of the JavaScriptCore directory and
     6        rename it to jsc.cpp to reflect the name of the binary compiled from it.
     7
     8        * GNUmakefile.am:
     9        * JavaScriptCore.vcproj/jsc/jsc.vcproj:
     10        * JavaScriptCore.xcodeproj/project.pbxproj:
     11        * jsc.cpp: Copied from kjs/Shell.cpp.
     12        * jsc.pro:
     13        * jscore.bkl:
     14        * kjs/Shell.cpp: Removed.
     15
    1162008-11-06  Cameron Zwarich  <[email protected]>
    217
  • trunk/JavaScriptCore/GNUmakefile.am

    r38137 r38162  
    447447# jsc
    448448Programs_jsc_SOURCES = \
    449         JavaScriptCore/kjs/Shell.cpp
     449        JavaScriptCore/jsc.cpp
    450450
    451451Programs_jsc_CPPFLAGS = \
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/jsc/jsc.vcproj

    r38044 r38162  
    229229        <Files>
    230230                <File
    231                         RelativePath="..\..\kjs\Shell.cpp"
     231                        RelativePath="..\..\jsc.cpp"
    232232                        >
    233233                </File>
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r38155 r38162  
    104104                932F5BD60822A1C700736975 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; };
    105105                932F5BD70822A1C700736975 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; };
    106                 932F5BDD0822A1C700736975 /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* Shell.cpp */; };
     106                932F5BDD0822A1C700736975 /* jsc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* jsc.cpp */; };
    107107                932F5BEA0822A1C700736975 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 932F5BD90822A1C700736975 /* JavaScriptCore.framework */; };
    108108                933040040E6A749400786E6A /* SmallStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = 93303FEA0E6A72C000786E6A /* SmallStrings.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    465465                1CAA8B4A0D32C39A0041BCFF /* JavaScript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScript.h; sourceTree = "<group>"; };
    466466                1CAA8B4B0D32C39A0041BCFF /* JavaScriptCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScriptCore.h; sourceTree = "<group>"; };
    467                 45E12D8806A49B0F00E9DF84 /* Shell.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = kjs/Shell.cpp; sourceTree = "<group>"; tabWidth = 4; };
     467                45E12D8806A49B0F00E9DF84 /* jsc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsc.cpp; sourceTree = "<group>"; tabWidth = 4; };
    468468                5186111D0CC824830081412B /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
    469469                51F0EB6105C86C6B00E6DF1B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
     
    820820                                F5C290E60284F98E018635CA /* JavaScriptCorePrefix.h */,
    821821                                659126BC0BDD1728001921FB /* AllInOneFile.cpp */,
     822                                45E12D8806A49B0F00E9DF84 /* jsc.cpp */,
    822823                                F68EBB8C0255D4C601FF60F7 /* config.h */,
    823824                                1432EBD70A34CAD400717B9F /* API */,
     
    863864                                14BD5A2D0A3E91F600BAF59C /* testapi.c */,
    864865                                14D857740A4696C80032146C /* testapi.js */,
    865                                 45E12D8806A49B0F00E9DF84 /* Shell.cpp */,
    866866                        );
    867867                        name = tests;
     
    19091909                        buildActionMask = 2147483647;
    19101910                        files = (
    1911                                 932F5BDD0822A1C700736975 /* Shell.cpp in Sources */,
     1911                                932F5BDD0822A1C700736975 /* jsc.cpp in Sources */,
    19121912                        );
    19131913                        runOnlyForDeploymentPostprocessing = 0;
  • trunk/JavaScriptCore/jsc.pro

    r38155 r38162  
    22TARGET = jsc
    33DESTDIR = ..
    4 SOURCES = Shell.cpp
     4SOURCES = jsc.cpp
    55QT -= gui
    66INCLUDEPATH += $$PWD/.. \
  • trunk/JavaScriptCore/jscore.bkl

    r38031 r38162  
    9898        <include>$(WK_ROOT)/JavaScriptCore/wtf</include>
    9999        <dirname>$(WKOUTPUTDIR)</dirname>
    100         <sources>$(SRCDIR)/kjs/Shell.cpp</sources>
     100        <sources>$(SRCDIR)/jsc.cpp</sources>
    101101        <if cond="FORMAT=='gnu'">
    102102            <ldflags>$(WKOUTPUTDIR)/libjscore.a</ldflags>
Note: See TracChangeset for help on using the changeset viewer.