Changeset 38140 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 5, 2008, 4:00:05 PM (17 years ago)
Author:
[email protected]
Message:

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

Not reviewed.

Fix the build for case-sensitive build systems and wxWindows.

  • JavaScriptCoreSources.bkl:
  • kjs/create_hash_table:
Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38139 r38140  
     12008-11-05  Cameron Zwarich  <[email protected]>
     2
     3        Not reviewed.
     4
     5        Fix the build for case-sensitive build systems and wxWindows.
     6
     7        * JavaScriptCoreSources.bkl:
     8        * kjs/create_hash_table:
     9
    1102008-11-05  Cameron Zwarich  <[email protected]>
    211
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r38139 r38140  
    5353        kjs/nodes2string.cpp
    5454        kjs/Parser.cpp
    55         kjs/ustring.cpp
    5655    </set>
    5756    <set append="1" var="JSCORE_SOURCES_PCRE">
     
    140139        runtime/StructureID.cpp
    141140        runtime/StructureIDChain.cpp
     141        runtime/UString.cpp
    142142    </set>
    143143    <set append="1" var="JSCORE_VM_SOURCES">
  • trunk/JavaScriptCore/kjs/create_hash_table

    r38137 r38140  
    208208    $nameEntries =~ s/:/_/g;
    209209
    210     print "\n#include \"lookup.h\"\n" if ($includelookup);
     210    print "\n#include \"Lookup.h\"\n" if ($includelookup);
    211211    if ($useNameSpace) {
    212212        print "\nnamespace ${useNameSpace} {\n";
Note: See TracChangeset for help on using the changeset viewer.