Update bakefile for new header names.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-15 12:37:05 +00:00
parent c13d6ac1ea
commit 6b366b9929

View File

@@ -3362,15 +3362,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<set var="WEB_HDR_PLATFORM" hints="files">
<if cond="TOOLKIT=='MSW'">
wx/msw/webhistoryitem_ie.h
wx/msw/webviewhistoryitem_ie.h
wx/msw/webview_ie.h
</if>
<if cond="PLATFORM_UNIX=='1'">
wx/gtk/webhistoryitem_webkit.h
wx/gtk/webviewhistoryitem_webkit.h
wx/gtk/webview_webkit.h
</if>
<if cond="PLATFORM_MACOSX=='1'">
wx/osx/webhistoryitem_webkit.h
wx/osx/webviewhistoryitem_webkit.h
wx/osx/webview_webkit.h
</if>
</set>