X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37e8713ee43c2d00788717729130c1d9549ca9ed..1e30d94eff7dca642729cb2f557650e8f2ebc61f:/build/bakefiles/files.bkl diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index f5c3e587f2..5a3bbffc34 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -128,6 +128,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/dde.cpp src/msw/dir.cpp src/msw/dlmsw.cpp + src/msw/evtloopconsole.cpp src/msw/mimetype.cpp src/msw/power.cpp src/msw/regconf.cpp @@ -142,7 +143,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/fswatcher.cpp - src/msw/evtloop.cpp src/msw/main.cpp src/msw/mslu.cpp src/msw/volume.cpp @@ -157,6 +157,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/crashrpt.h wx/msw/dde.h wx/msw/debughlp.h + wx/msw/evtloopconsole.h wx/msw/gccpriv.h wx/msw/libraries.h wx/msw/mimetype.h @@ -197,6 +198,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/core/cfref.h wx/osx/core/cfstring.h wx/osx/core/hid.h + wx/osx/core/evtloop.h wx/osx/core/objcid.h wx/osx/core/private.h wx/osx/core/stdpaths.h @@ -735,6 +737,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/tbarbase.cpp src/common/textcmn.cpp src/common/textentrycmn.cpp + src/common/textmeasurecmn.cpp src/common/toplvcmn.cpp src/common/treebase.cpp src/common/uiactioncmn.cpp @@ -986,6 +989,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/rawbmp.h wx/region.h wx/scopeguard.h + wx/simplebook.h wx/spinbutt.h wx/spinctrl.h wx/splitter.h @@ -1046,9 +1050,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(XWIN_LOWLEVEL_SRC) + $(XWIN_LOWLEVEL_SRC) $(XWIN_LOWLEVEL_HDR) + $(XWIN_LOWLEVEL_HDR) $(GTK_PLATFORM_SRC) @@ -1077,6 +1083,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/region.cpp src/gtk/renderer.cpp src/gtk/settings.cpp + src/gtk/textmeasure.cpp src/gtk/timer.cpp src/gtk/tooltip.cpp src/gtk/toplevel.cpp @@ -1250,6 +1257,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(XWIN_LOWLEVEL_SRC) src/generic/icon.cpp src/generic/paletteg.cpp + src/generic/textmeasure.cpp src/gtk1/app.cpp src/gtk1/bitmap.cpp src/gtk1/brush.cpp @@ -1411,6 +1419,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(XWIN_LOWLEVEL_SRC) + src/generic/textmeasure.cpp src/x11/bitmap.cpp src/x11/brush.cpp src/x11/palette.cpp @@ -1576,6 +1585,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(XWIN_LOWLEVEL_SRC) src/generic/icon.cpp + src/generic/textmeasure.cpp src/generic/timer.cpp src/x11/app.cpp src/x11/bitmap.cpp @@ -1678,6 +1688,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/ole/dropsrc.cpp src/msw/ole/droptgt.cpp src/msw/ole/oleutils.cpp + src/msw/ole/safearray.cpp src/msw/palette.cpp src/msw/pen.cpp src/msw/popupwin.cpp @@ -1686,10 +1697,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/region.cpp src/msw/renderer.cpp src/msw/settings.cpp + src/msw/textmeasure.cpp src/msw/tooltip.cpp src/msw/toplevel.cpp src/msw/uiaction.cpp src/msw/utilsgui.cpp + src/msw/utilswin.cpp src/msw/uxtheme.cpp src/msw/window.cpp @@ -1735,6 +1748,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/dialog.cpp src/msw/dirdlg.cpp src/msw/dragimag.cpp + src/msw/evtloop.cpp src/msw/filedlg.cpp src/msw/frame.cpp src/msw/gauge.cpp @@ -1835,6 +1849,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/ole/dropsrc.h wx/msw/ole/droptgt.h wx/msw/ole/oleutils.h + wx/msw/ole/safearray.h wx/msw/ownerdrw.h wx/msw/palette.h wx/msw/panel.h @@ -1956,6 +1971,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/icon.cpp src/generic/imaglist.cpp src/generic/mask.cpp + src/generic/textmeasure.cpp src/dfb/app.cpp src/dfb/bitmap.cpp src/dfb/brush.cpp @@ -2032,6 +2048,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/mdig.cpp src/generic/prntdlgg.cpp src/generic/statusbr.cpp + src/generic/textmeasure.cpp src/os2/accel.cpp src/os2/app.cpp @@ -2252,7 +2269,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/scrolbar_osx.cpp src/osx/slider_osx.cpp src/osx/spinbutt_osx.cpp - src/osx/spinctrl_osx.cpp src/osx/srchctrl_osx.cpp src/osx/statbox_osx.cpp src/osx/statline_osx.cpp @@ -2308,6 +2324,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/listctrl.cpp src/generic/prntdlgg.cpp src/generic/statusbr.cpp + src/generic/textmeasure.cpp @@ -2379,7 +2396,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/scrolbar.h wx/osx/slider.h wx/osx/spinbutt.h - wx/osx/spinctrl.h wx/osx/srchctrl.h wx/osx/statbmp.h wx/osx/statbox.h @@ -2651,6 +2667,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/generic/paletteg.cpp src/generic/regiong.cpp src/generic/statusbr.cpp + src/generic/textmeasure.cpp wx/cocoa/NSApplication.h @@ -2755,7 +2772,19 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/univ/themes/win32.cpp + + + src/msw/evtloop.cpp + + + + + wx/msw/evtloop.h + + + + $(UNIV_PLATFORM_SRC) src/generic/accel.cpp src/generic/clrpickerg.cpp src/generic/collpaneg.cpp @@ -2807,6 +2836,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/univ/winuniv.cpp + $(UNIV_PLATFORM_HDR) wx/generic/accel.h wx/generic/animate.h wx/generic/clrpickerg.h @@ -3118,12 +3148,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_UNIX_SRC) + $(ADVANCED_UNIX_SRC) $(ADVANCED_UNIX_HDR) + $(ADVANCED_UNIX_HDR) $(ADVANCED_GTK_PLATFORM_SRC) + src/gtk/notifmsg.cpp src/gtk/taskbar.cpp @@ -3133,6 +3166,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_GTK_PLATFORM_HDR) + wx/gtk/notifmsg.h wx/gtk/taskbar.h @@ -3206,7 +3240,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - + src/osx/cocoa/mediactrl.mm @@ -3323,12 +3357,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(WEBVIEW_SRC_PLATFORM) src/common/webview.cpp src/common/webviewarchivehandler.cpp + src/common/webviewfshandler.cpp wx/msw/webviewhistoryitem_ie.h wx/msw/webview_ie.h + wx/msw/webview_missing.h wx/gtk/webviewhistoryitem_webkit.h @@ -3343,6 +3379,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(WEBVIEW_HDR_PLATFORM) wx/webview.h wx/webviewarchivehandler.h + wx/webviewfshandler.h @@ -3698,6 +3735,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/richtext/richtextstylepage.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h + wx/richtext/richtexttabspage.h wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h