]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/files.bkl
Fix warnings in the MSW IE backend.
[wxWidgets.git] / build / bakefiles / files.bkl
index 7f7e571009e91dec50ddd915e66ee33eb4998858..fa4d8a80f4cf4d1d5ba8dfd833b2d86d498fbcda 100644 (file)
@@ -651,6 +651,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/common/accelcmn.cpp
     src/common/accesscmn.cpp
     src/common/anidecod.cpp
+    src/common/affinematrix2d.cpp
     src/common/appcmn.cpp
     src/common/artprov.cpp
     src/common/artstd.cpp
@@ -809,6 +810,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     src/generic/vscroll.cpp
 </set>
 <set var="GUI_CMN_HDR" hints="files">
+    wx/affinematrix2dbase.h
+    wx/affinematrix2d.h
     wx/bmpbuttn.h
     wx/brush.h
     wx/button.h
@@ -905,6 +908,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     wx/statbox.h
     wx/stattext.h
     wx/statusbr.h
+    wx/textcompleter.h
     wx/textctrl.h
     wx/textdlg.h
     wx/textentry.h
@@ -3331,7 +3335,29 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
     $(MSW_HTML_HDR)
 </set>
 
+<!-- ====================================================================== -->
+<!--                                wxWEB                                   -->
+<!-- ====================================================================== -->
 
+<set var="WEB_SRC_PLATFORM">
+    <if cond="TOOLKIT=='MSW'">src/msw/webview_ie.cpp</if>
+    <if cond="PLATFORM_UNIX=='1'">src/gtk/webview_webkit.cpp</if>
+    <if cond="PLATFORM_MACOSX=='1'">src/osx/webview_webkit.mm</if>
+</set>
+<set var="WEB_SRC" hints="files">
+    $(WEB_SRC_PLATFORM)
+    src/common/webview.cpp
+</set>
+
+<set var="WEB_HDR_PLATFORM" hints="files">
+    <if cond="TOOLKIT=='MSW'">wx/msw/webview_ie.h</if>
+    <if cond="PLATFORM_UNIX=='1'">wx/gtk/webview_webkit.h</if>
+    <if cond="PLATFORM_MACOSX=='1'">wx/osx/webview_webkit.h</if>
+</set>
+<set var="WEB_HDR" hints="files">
+    $(WEB_HDR_PLATFORM)
+    wx/webview.h
+</set>
 
 <!-- ====================================================================== -->
 <!--                                wxXRC                                   -->
@@ -3923,7 +3949,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
             $(GUI_CORE_HEADERS)
             $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
             $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
-            $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR)
+            $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) ${WEB_HDR}
         </if>
     </set>