Changeset 54246 in webkit


Ignore:
Timestamp:
Feb 2, 2010 12:54:28 PM (14 years ago)
Author:
Adam Roben
Message:

Stop copying WebCore's IDL files from SRCROOT to OBJROOT

WebKit doesn't use these anymore (as of r52921).

Part of Bug 34496: Clean up WebCore's IDL/script copying
<https://bugs.webkit.org/show_bug.cgi?id=34496>

Reviewed by Steve Falkenburg.

  • WebKit.vcproj/WebKit.make:
Location:
trunk/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r54182 r54246  
     12010-02-02  Adam Roben  <aroben@apple.com>
     2
     3        Stop copying WebCore's IDL files from SRCROOT to OBJROOT
     4
     5        WebKit doesn't use these anymore (as of r52921).
     6
     7        Part of Bug 34496: Clean up WebCore's IDL/script copying
     8        <https://bugs.webkit.org/show_bug.cgi?id=34496>
     9
     10        Reviewed by Steve Falkenburg.
     11
     12        * WebKit.vcproj/WebKit.make:
     13
    1142010-01-29  Gavin Barraclough  <barraclough@apple.com>
    215
  • trunk/WebKit/win/WebKit.vcproj/WebKit.make

    r49705 r54246  
    99        set WebKitOutputDir=$(OBJROOT)
    1010        set PRODUCTION=1
    11         xcopy "$(SRCROOT)\AppleInternal\obj\WebKit\DOMInterfaces\*" "$(OBJROOT)\obj\WebKit\DOMInterfaces" /e/v/i/h/y
    1211        devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
    1312        -xcopy "$(OBJROOT)\bin\*.exe" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
Note: See TracChangeset for help on using the changeset viewer.