From: Vadim Zeitlin Date: Sat, 4 Nov 2006 17:09:15 +0000 (+0000) Subject: don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef53c3407914013797615e0e09965579b42728c5 don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 325844e4d2..1c844870cf 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2914,6 +2914,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/htmllbox.cpp + + wx/msw/helpbest.h + wx/html/helpctrl.h wx/html/helpdata.h @@ -2933,7 +2936,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/wxhtml.h wx/htmllbox.h - wx/msw/helpbest.h + $(MSW_HTML_HDR)