Tidy the files list, move the wxWEB files to their own section. Include the headers in the all headers section.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-05-04 19:03:53 +00:00
parent 61b98a2dac
commit 66d06c04e3

View File

@@ -3309,21 +3309,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<!-- wxHTML users: --> <!-- wxHTML users: -->
src/generic/htmllbox.cpp src/generic/htmllbox.cpp
</set> </set>
<set var="WEB_SRC_PLATFORM">
<if cond="TOOLKIT=='MSW'">
src/msw/webview.cpp
</if>
<if cond="PLATFORM_UNIX=='1'">
src/gtk/webview.cpp
</if>
<if cond="PLATFORM_MACOSX=='1'">
src/osx/webview.mm
</if>
</set>
<set var="WEB_SRC" hints="files">
$(WEB_SRC_PLATFORM)
src/common/webview.cpp
</set>
<set var="MSW_HTML_HDR" hints="files"> <set var="MSW_HTML_HDR" hints="files">
<if cond="TOOLKIT=='MSW'">wx/msw/helpbest.h</if> <if cond="TOOLKIT=='MSW'">wx/msw/helpbest.h</if>
</set> </set>
@@ -3349,22 +3334,30 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/htmllbox.h wx/htmllbox.h
$(MSW_HTML_HDR) $(MSW_HTML_HDR)
</set> </set>
<set var="PLATFORM_WEB_HDR" hints="files">
<if cond="TOOLKIT=='MSW'"> <!-- ====================================================================== -->
wx/msw/webviewie.h <!-- wxWEB -->
</if> <!-- ====================================================================== -->
<if cond="PLATFORM_UNIX=='1'">
wx/gtk/webview.h <set var="WEB_SRC_PLATFORM">
</if> <if cond="TOOLKIT=='MSW'">src/msw/webview.cpp</if>
<if cond="PLATFORM_MACOSX=='1'"> <if cond="PLATFORM_UNIX=='1'">src/gtk/webview.cpp</if>
wx/osx/webview.h <if cond="PLATFORM_MACOSX=='1'">src/osx/webview.mm</if>
</if>
</set> </set>
<set var="WEB_HDR" hints="files"> <set var="WEB_SRC" hints="files">
$(PLATFORM_WEB_HDR) $(WEB_SRC_PLATFORM)
wx/webview.h src/common/webview.cpp
</set> </set>
<set var="WEB_HDR_PLATFORM" hints="files">
<if cond="TOOLKIT=='MSW'">wx/msw/webviewie.h</if>
<if cond="PLATFORM_UNIX=='1'">wx/gtk/webview.h</if>
<if cond="PLATFORM_MACOSX=='1'">wx/osx/webview.h</if>
</set>
<set var="WEB_HDR" hints="files">
$(WEB_HDR_PLATFORM)
wx/webview.h
</set>
<!-- ====================================================================== --> <!-- ====================================================================== -->
<!-- wxXRC --> <!-- wxXRC -->
@@ -3956,7 +3949,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GUI_CORE_HEADERS) $(GUI_CORE_HEADERS)
$(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR) $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
$(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR) $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
$(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) ${WEB_HDR}
</if> </if>
</set> </set>