From 477fd425e409d7ab8f4e808bb2e133310e205527 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 26 May 2014 20:14:56 +0000 Subject: [PATCH] No real changes, just use FOO_CMN_{SRC,HDR} for all libraries in files.bkl. Make variable definitions consistent for all libraries: previously some of them were decomposed in FOO_CMN_SRC and FOO_PLATFORM_SRC parts while others just defined FOO_SRC directly and interpolated FOO_PLATFORM_SRC into it. Use helper FOO_CMN_SRC for all of them now, as it will make it easier to update them automatically (and the same thing for headers, i.e. HDR variables). No changes to the generated project/make files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index d59b7fbf41..32ae551ad1 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -3112,8 +3112,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/html/chm.cpp - - $(HTML_SRC_PLATFORM) + src/html/helpctrl.cpp src/html/helpdata.cpp src/html/helpdlg.cpp @@ -3141,10 +3140,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/htmllbox.cpp + + $(HTML_SRC_PLATFORM) + $(HTML_CMN_SRC) + wx/msw/helpbest.h - + wx/html/helpctrl.h wx/html/helpdata.h wx/html/helpdlg.h @@ -3164,6 +3167,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/wxhtml.h wx/htmllbox.h + + + $(HTML_CMN_HDR) $(MSW_HTML_HDR) @@ -3176,12 +3182,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/webview_webkit.cpp src/osx/webview_webkit.mm - - $(WEBVIEW_SRC_PLATFORM) + src/common/webview.cpp src/common/webviewarchivehandler.cpp src/common/webviewfshandler.cpp + + $(WEBVIEW_SRC_PLATFORM) + $(WEBVIEW_CMN_SRC) + @@ -3198,12 +3207,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/webview_webkit.h - - $(WEBVIEW_HDR_PLATFORM) + wx/webview.h wx/webviewarchivehandler.h wx/webviewfshandler.h + + $(WEBVIEW_HDR_PLATFORM) + $(WEBVIEW_CMN_HDR) + @@ -3442,7 +3454,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/aui/tabartgtk.h - + src/aui/framemanager.cpp src/aui/dockart.cpp src/aui/floatpane.cpp @@ -3452,9 +3464,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/aui/tabart.cpp src/xrc/xh_auinotbk.cpp src/xrc/xh_auitoolb.cpp + + + $(AUI_CMN_SRC) $(AUI_GTK_SRC) - + wx/aui/framemanager.h wx/aui/dockart.h wx/aui/floatpane.h @@ -3465,6 +3480,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/aui/tabart.h wx/xrc/xh_auinotbk.h wx/xrc/xh_auitoolb.h + + + $(AUI_CMN_HDR) $(AUI_GTK_HDR)