Changeset 63938 in webkit


Ignore:
Timestamp:
Jul 22, 2010 6:56:20 PM (14 years ago)
Author:
ap@apple.com
Message:

More Windows build fixing.

  • win/WebKit2Generated.make: Copy the new public headers to $(WEBKITOUTPUTDIR)\include\WebKit2.
Location:
trunk/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r63937 r63938  
     12010-07-22  Alexey Proskuryakov  <ap@apple.com>
     2
     3        More Windows build fixing.
     4
     5        * win/WebKit2Generated.make: Copy the new public headers to $(WEBKITOUTPUTDIR)\include\WebKit2.
     6
    172010-07-22  Alexey Proskuryakov  <ap@apple.com>
    28
  • trunk/WebKit2/win/WebKit2Generated.make

    r63132 r63938  
    2626    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundleFrame.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
    2727    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundleInitialize.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     28    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundleNode.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
    2829    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundlePage.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
    2930    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundlePagePrivate.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     31    xcopy /y /d "..\WebProcess\InjectedBundle\API\c\WKBundleRange.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
    3032    -del "$(WEBKITOUTPUTDIR)\buildfailed"
    3133
Note: See TracChangeset for help on using the changeset viewer.