X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d043598b7e6baae2e0a472a4133b8d60f0f45ec..6a603a10e77f719458939d117e46f7d8ed0b372b:/build/bakefiles/files.bkl diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 71e91e9820..662c1f5590 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -66,6 +66,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/unix/stdpaths.cpp src/unix/timerunx.cpp src/unix/stackwalk.cpp + src/unix/utilsunx.cpp @@ -110,9 +111,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC) src/common/gsocketiohandler.cpp - - src/unix/utilsunx.cpp - $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR) wx/private/gsocketiohandler.h @@ -970,6 +968,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/xpmhand.h + + + + + + src/unix/apptraits.cpp + @@ -1053,6 +1058,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/minifram.h wx/gtk/pen.h wx/gtk/popupwin.h + wx/gtk/private/win_gtk.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h @@ -2058,6 +2064,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/os2/menu.cpp src/os2/menuitem.cpp src/os2/metafile.cpp + src/os2/minifram.cpp src/os2/msgdlg.cpp src/os2/nativdlg.cpp src/os2/notebook.cpp @@ -2251,6 +2258,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/metafile.cpp src/mac/carbon/minifram.cpp src/mac/carbon/msgdlg.cpp + src/mac/carbon/nonownedwnd.cpp src/mac/carbon/notebmac.cpp src/mac/carbon/overlay.cpp src/mac/carbon/palette.cpp @@ -2346,6 +2354,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/mimetype.h wx/mac/minifram.h wx/mac/msgdlg.h + wx/mac/nonownedwnd.h wx/mac/notebook.h wx/mac/palette.h wx/mac/pen.h @@ -2430,6 +2439,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/carbon/mimetype.h wx/mac/carbon/minifram.h wx/mac/carbon/msgdlg.h + wx/mac/carbon/nonownedwnd.h wx/mac/carbon/notebook.h wx/mac/carbon/palette.h wx/mac/carbon/pen.h @@ -2805,11 +2815,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/animatecmn.cpp + src/common/calctrlcmn.cpp src/common/datavcmn.cpp src/common/hyperlnkcmn.cpp src/generic/aboutdlgg.cpp src/generic/bmpcboxg.cpp - src/generic/calctrl.cpp + src/generic/calctrlg.cpp src/generic/datavgen.cpp src/generic/datectlg.cpp src/generic/editlbox.cpp @@ -2840,7 +2851,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h - wx/generic/calctrl.h + wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/grid.h @@ -2886,9 +2897,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! + src/msw/calctrl.cpp + src/msw/datecontrols.cpp src/msw/datectrl.cpp + wx/msw/calctrl.h + wx/msw/datecontrols.h wx/msw/datectrl.h @@ -2979,11 +2994,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/aboutdlg.cpp src/gtk/animate.cpp + src/gtk/calctrl.cpp src/gtk/dataview.cpp src/gtk/hyperlink.cpp wx/gtk/animate.h + wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/hyperlink.h @@ -3426,9 +3443,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_AND_GUI_MAC_SRC) - $(BASE_AND_GUI_UNIX_SRC) $(BASE_AND_GUI_WIN32_SRC) - $(BASE_AND_GUI_UNIX_SRC) $(BASE_AND_GUI_PALMOS_SRC) $(BASE_AND_GUI_MSDOS_SRC) @@ -3517,6 +3532,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(DFB_LOWLEVEL_HDR) + + $(UNIX_SRC) + $(UNIX_SRC) + + $(GTK_SRC) $(GTK1_SRC) @@ -3540,10 +3560,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC) + $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(GUI_SRC) $(GUI_CMN_SRC) - $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) + $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) @@ -3672,7 +3692,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_MSDOS_SRC) $(BASE_PALMOS_SRC) $(BASE_AND_GUI_CMN_SRC) - $(BASE_AND_GUI_UNIX_SRC) $(BASE_AND_GUI_MAC_SRC) $(BASE_AND_GUI_WIN32_SRC) $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_WINCE_SRC)