]> git.saurik.com Git - wxWidgets.git/commitdiff
helpbest is MSW-only and init.h was missing
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 7 Jul 2003 20:46:21 +0000 (20:46 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 7 Jul 2003 20:46:21 +0000 (20:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl

index 54b60437f4447057927345606692c6faca990fad..b7320c52ef36701d63ad9956f847546dafa93777 100644 (file)
     src/common/utilscmn.cpp
 </set>
 <set var="BASE_CMN_HDR">
     src/common/utilscmn.cpp
 </set>
 <set var="BASE_CMN_HDR">
+    wx/init.h
     wx/arrimpl.cpp
     wx/listimpl.cpp
     wx/app.h
     wx/arrimpl.cpp
     wx/listimpl.cpp
     wx/app.h
     wx/msw/droptgt.h
     wx/msw/oleutils.h
     wx/msw/uuid.h
     wx/msw/droptgt.h
     wx/msw/oleutils.h
     wx/msw/uuid.h
+    wx/msw/helpbest.h
 </set>
 
 
 </set>
 
 
 <!--                               wxHTML                                   -->
 <!-- ====================================================================== -->
 
 <!--                               wxHTML                                   -->
 <!-- ====================================================================== -->
 
+<set var="HTML_SRC_PLATFORM">
+    <if cond="TOOLKIT=='MSW'">
+        src/msw/helpbest.cpp
+    </if>
+</set>
 <set var="HTML_SRC">
 <set var="HTML_SRC">
+    $(HTML_SRC_PLATFORM)
     src/html/helpdata.cpp
     src/html/helpfrm.cpp
     src/html/helpctrl.cpp
     src/html/helpdata.cpp
     src/html/helpfrm.cpp
     src/html/helpctrl.cpp
     src/html/m_style.cpp
     src/html/htmprint.cpp
     <!-- wxHTML users: -->
     src/html/m_style.cpp
     src/html/htmprint.cpp
     <!-- wxHTML users: -->
-    src/msw/helpbest.cpp
     src/generic/htmllbox.cpp
 </set>
 <set var="HTML_HDR">
     src/generic/htmllbox.cpp
 </set>
 <set var="HTML_HDR">
     wx/html/m_templ.h
     wx/html/winpars.h
     <!-- wxHTML users: -->
     wx/html/m_templ.h
     wx/html/winpars.h
     <!-- wxHTML users: -->
-    wx/msw/helpbest.h
     wx/htmllbox.h
 </set>
 
     wx/htmllbox.h
 </set>