Changeset 77420 in webkit


Ignore:
Timestamp:
Feb 2, 2011 2:34:30 PM (13 years ago)
Author:
Adam Roben
Message:

Add DerivedSources.make to some Visual Studio projects

https://bugs.webkit.org/show_bug.cgi?id=53607

Patch by Jeff Miller <jeffm@apple.com> on 2011-02-02
Reviewed by Darin Adler and Steve Falkenburg.

Source/JavaScriptCore:

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj: Add DerivedSources.make.

Source/WebCore:

  • WebCore.vcproj/WebCoreGenerated.vcproj: Add DerivedSources.make.
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r77394 r77420  
     12011-02-02  Jeff Miller  <jeffm@apple.com>
     2
     3        Reviewed by Darin Adler and Steve Falkenburg.
     4
     5        Add DerivedSources.make to some Visual Studio projects
     6        https://bugs.webkit.org/show_bug.cgi?id=53607
     7
     8        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj: Add DerivedSources.make.
     9
    1102011-02-02  Steve Lacey  <sjl@chromium.org>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj

    r75138 r77420  
    8888                </File>
    8989                <File
     90                        RelativePath="..\..\DerivedSources.make"
     91                        >
     92                </File>
     93                <File
    9094                        RelativePath=".\JavaScriptCoreGenerated.make"
    9195                        >
  • trunk/Source/WebCore/ChangeLog

    r77418 r77420  
     12011-02-02  Jeff Miller  <jeffm@apple.com>
     2
     3        Reviewed by Darin Adler and Steve Falkenburg.
     4
     5        Add DerivedSources.make to some Visual Studio projects
     6        https://bugs.webkit.org/show_bug.cgi?id=53607
     7
     8        * WebCore.vcproj/WebCoreGenerated.vcproj: Add DerivedSources.make.
     9
    1102011-02-02  Cris Neckar  <cdn@chromium.org>
    211
  • trunk/Source/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj

    r73060 r77420  
    8686                </File>
    8787                <File
     88                        RelativePath="..\DerivedSources.make"
     89                        >
     90                </File>
     91                <File
    8892                        RelativePath=".\migrate-scripts.sh"
    8993                        >
Note: See TracChangeset for help on using the changeset viewer.