]> git.saurik.com Git - wxWidgets.git/commitdiff
don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 17:09:15 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 17:09:15 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 325844e4d2ff460525a344d4d11175184d6c3335..1c844870cf33696faf46834b6c236f8350c5a2cf 100644 (file)
@@ -2914,6 +2914,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     <!-- wxHTML users: -->
     src/generic/htmllbox.cpp
 </set>
+<set var="MSW_HTML_HDR" hints="files">
+    <if cond="TOOLKIT=='MSW'">wx/msw/helpbest.h</if>
+</set>
 <set var="HTML_HDR" hints="files">
     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
     <!-- wxHTML users: -->
     wx/htmllbox.h
-    wx/msw/helpbest.h
+    $(MSW_HTML_HDR)
 </set>