Changeset 38118 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 4, 2008, 4:58:47 PM (17 years ago)
Author:
[email protected]
Message:

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

Rubber-stamped by Steve Falkenburg.

Move dtoa.cpp and dtoa.h to the WTF Visual Studio project to reflect
their movement in the filesystem.

Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38117 r38118  
     12008-11-04  Cameron Zwarich  <[email protected]>
     2
     3        Rubber-stamped by Steve Falkenburg.
     4
     5        Move dtoa.cpp and dtoa.h to the WTF Visual Studio project to reflect
     6        their movement in the filesystem.
     7
     8        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
     9        * JavaScriptCore.vcproj/WTF/WTF.vcproj:
     10
    1112008-11-04  Cameron Zwarich  <[email protected]>
    212
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r38117 r38118  
    403403                        <File
    404404                                RelativePath="..\..\runtime\DatePrototype.h"
    405                                 >
    406                         </File>
    407                         <File
    408                                 RelativePath="..\..\wtf\dtoa.cpp"
    409                                 >
    410                         </File>
    411                         <File
    412                                 RelativePath="..\..\wtf\dtoa.h"
    413405                                >
    414406                        </File>
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r36101 r38118  
    248248                </File>
    249249                <File
     250                        RelativePath="..\..\wtf\dtoa.cpp"
     251                        >
     252                </File>
     253                <File
     254                        RelativePath="..\..\wtf\dtoa.h"
     255                        >
     256                </File>
     257                <File
    250258                        RelativePath="..\..\wtf\FastMalloc.cpp"
    251259                        >
Note: See TracChangeset for help on using the changeset viewer.