From 66d06c04e36625443dcae5a4715d67db1ac7cd48 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Wed, 4 May 2011 19:03:53 +0000 Subject: [PATCH] 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 --- build/bakefiles/files.bkl | 49 +++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index bfda5997fe..314f294c82 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -3309,21 +3309,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/htmllbox.cpp - - - src/msw/webview.cpp - - - src/gtk/webview.cpp - - - src/osx/webview.mm - - - - $(WEB_SRC_PLATFORM) - src/common/webview.cpp - wx/msw/helpbest.h @@ -3349,23 +3334,31 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/htmllbox.h $(MSW_HTML_HDR) - - - wx/msw/webviewie.h - - - wx/gtk/webview.h - - - wx/osx/webview.h - + + + + + + + src/msw/webview.cpp + src/gtk/webview.cpp + src/osx/webview.mm + + + $(WEB_SRC_PLATFORM) + src/common/webview.cpp + + + + wx/msw/webviewie.h + wx/gtk/webview.h + wx/osx/webview.h - $(PLATFORM_WEB_HDR) + $(WEB_HDR_PLATFORM) wx/webview.h - @@ -3956,7 +3949,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(GUI_CORE_HEADERS) $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_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} -- 2.47.2