]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/files.bkl
added fl bakefile
[wxWidgets.git] / build / bakefiles / files.bkl
index f7f99d1fcc931f817776c45e3f34d75d2857bef0..b7320c52ef36701d63ad9956f847546dafa93777 100644 (file)
     src/common/utilscmn.cpp
 </set>
 <set var="BASE_CMN_HDR">
+    wx/init.h
     wx/arrimpl.cpp
     wx/listimpl.cpp
     wx/app.h
     wx/msw/droptgt.h
     wx/msw/oleutils.h
     wx/msw/uuid.h
+    wx/msw/helpbest.h
 </set>
 
 
     src/cocoa/app.mm
     src/cocoa/bmpbuttn.mm
     src/cocoa/bitmap.mm
-    src/cocoa/brush.cpp
+    src/cocoa/brush.mm
     src/cocoa/button.mm
     src/cocoa/checkbox.mm
     src/cocoa/checklst.mm
 <!--                               wxHTML                                   -->
 <!-- ====================================================================== -->
 
+<set var="HTML_SRC_PLATFORM">
+    <if cond="TOOLKIT=='MSW'">
+        src/msw/helpbest.cpp
+    </if>
+</set>
 <set var="HTML_SRC">
+    $(HTML_SRC_PLATFORM)
     src/html/helpdata.cpp
     src/html/helpfrm.cpp
     src/html/helpctrl.cpp
     src/html/m_style.cpp
     src/html/htmprint.cpp
     <!-- wxHTML users: -->
-    src/msw/helpbest.cpp
     src/generic/htmllbox.cpp
 </set>
 <set var="HTML_HDR">
     wx/html/m_templ.h
     wx/html/winpars.h
     <!-- wxHTML users: -->
-    wx/msw/helpbest.h
     wx/htmllbox.h
 </set>