From: Vadim Zeitlin Date: Tue, 20 Dec 2011 13:27:59 +0000 (+0000) Subject: Add support for webview library to MSW bakefile presets. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d2a693bbdb1b21a8678baa1509c550b3141695c?ds=sidebyside Add support for webview library to MSW bakefile presets. The webview library wasn't linked in correctly when using MSW bakefile presets. Fix this by adding the corresponding for it (this needs to be done for MSW only, under Unix it's handled by wx-config). Closes #13789. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/presets/wx_win32.bkl b/build/bakefiles/wxpresets/presets/wx_win32.bkl index 4b86018bee..6c2a9d0742 100644 --- a/build/bakefiles/wxpresets/presets/wx_win32.bkl +++ b/build/bakefiles/wxpresets/presets/wx_win32.bkl @@ -174,6 +174,7 @@ propgrid stc richtext + webview @@ -214,6 +215,7 @@ $(WXLIB_RIBBON_NAME) $(WXLIB_PROPGRID_NAME) $(WXLIB_RICHTEXT_NAME) + $(WXLIB_WEBVIEW_NAME)