X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83b9886f1772dd5d27d986a2bde9f64a69989141..d17bdeab1dfa77779c70a6d5e6b5450f928b8ba5:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 35f105b72a..6a57d44c71 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -7,8 +7,8 @@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
-->
-
-
+
+
+ src/gtk/gsockgtk.c
src/gtk/icon.cpp
src/gtk/main.cpp
src/gtk/pen.cpp
@@ -821,7 +844,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/motif/frame.cpp
src/motif/gauge.cpp
src/motif/gdiobj.cpp
-
+ src/motif/gsockmot.c
src/motif/icon.cpp
src/motif/listbox.cpp
src/motif/main.cpp
@@ -950,7 +973,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/x11/evtloop.cpp
src/x11/font.cpp
src/x11/gdiobj.cpp
-
+ src/x11/gsockx11.c
src/x11/icon.cpp
src/x11/main.cpp
src/x11/minifram.cpp
@@ -968,7 +991,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(XWIN_LOWLEVEL_HDR)
- src/generic/timer.h
wx/x11/app.h
wx/x11/bitmap.h
wx/x11/brush.h
@@ -1031,6 +1053,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/fontutil.cpp
src/msw/gdiimage.cpp
src/msw/gdiobj.cpp
+ src/msw/gsockmsw.c
src/msw/helpchm.cpp
src/msw/helpwin.cpp
src/msw/icon.cpp
@@ -1044,6 +1067,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/palette.cpp
src/msw/pen.cpp
src/msw/popupwin.cpp
+ src/msw/printdlg.cpp
+ src/msw/printwin.cpp
src/msw/region.cpp
src/msw/renderer.cpp
src/msw/settings.cpp
@@ -1087,9 +1112,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/notebook.cpp
src/msw/ole/access.cpp
src/msw/ownerdrw.cpp
- src/msw/penwin.cpp
- src/msw/printdlg.cpp
- src/msw/printwin.cpp
src/msw/radiobox.cpp
src/msw/radiobut.cpp
src/msw/scrolbar.cpp
@@ -1347,8 +1369,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/gauge.cpp
src/os2/gdiimage.cpp
src/os2/gdiobj.cpp
- src/os2/gsocket.c
-
+ src/os2/gsockpm.c
src/os2/helpwin.cpp
src/os2/icon.cpp
src/os2/iniconf.cpp
@@ -1357,7 +1378,6 @@ 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/mimetype.cpp
src/os2/msgdlg.cpp
src/os2/nativdlg.cpp
src/os2/notebook.cpp
@@ -1379,11 +1399,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/stattext.cpp
src/os2/tabctrl.cpp
src/os2/textctrl.cpp
- src/os2/thread.cpp
src/os2/timer.cpp
src/os2/toolbar.cpp
src/os2/tooltip.cpp
src/os2/toplevel.cpp
+ src/os2/utilsgui.cpp
src/os2/window.cpp
@@ -1419,7 +1439,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/os2/gauge.h
wx/os2/gdiimage.h
wx/os2/gdiobj.h
- wx/os2/gsockos2.h
wx/os2/helpwin.h
wx/os2/icon.h
wx/os2/iniconf.h
@@ -1547,6 +1566,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/fontdlgg.cpp
src/generic/imaglist.cpp
src/generic/listctrl.cpp
+ src/generic/prntdlgg.cpp
src/generic/statusbr.cpp
src/generic/tabg.cpp
@@ -1656,6 +1676,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/NSControl.mm
src/cocoa/NSMenu.mm
src/cocoa/NSPanel.mm
+ src/cocoa/NSTableView.mm
src/cocoa/NSTextField.mm
src/cocoa/NSView.mm
src/cocoa/NSWindow.mm
@@ -1690,7 +1711,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/main.cpp
src/cocoa/menu.mm
src/cocoa/menuitem.mm
- src/cocoa/pen.cpp
+ src/cocoa/pen.mm
src/cocoa/radiobox.mm
src/cocoa/radiobut.mm
src/cocoa/region.cpp
@@ -1730,6 +1751,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/cocoa/NSControl.h
wx/cocoa/NSMenu.h
wx/cocoa/NSPanel.h
+ wx/cocoa/NSTableView.h
wx/cocoa/NSTextField.h
wx/cocoa/NSView.h
wx/cocoa/NSWindow.h
@@ -1801,16 +1823,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/univ/themes/win32.cpp
-
-
- src/x11/textctrl.cpp
- src/univ/textctrl.cpp
- src/univ/textctrl.cpp
- src/univ/textctrl.cpp
-
-
- $(UNIV_TEXTCTRL)
src/generic/accel.cpp
src/generic/colrdlgg.cpp
src/generic/dirdlgg.cpp
@@ -1852,6 +1865,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/univ/statline.cpp
src/univ/stattext.cpp
src/univ/statusbr.cpp
+ src/univ/textctrl.cpp
src/univ/theme.cpp
src/univ/toolbar.cpp
src/univ/topluniv.cpp
@@ -2052,9 +2066,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/xml/xml.cpp
+ src/common/xtixml.cpp
wx/xml/xml.h
+ wx/xtixml.h
@@ -2068,6 +2084,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/glcanvas.cpp
src/motif/glcanvas.cpp
src/x11/glcanvas.cpp
+ src/os2/glcanvas.cpp
@@ -2076,6 +2093,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/glcanvas.h
wx/motif/glcanvas.h
wx/x11/glcanvas.h
+ wx/os2/glcanvas.h
@@ -2120,6 +2138,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_UNIX_SRC)
$(BASE_WIN32_SRC)
$(BASE_MACOSX_SRC)
+ $(BASE_OS2_SRC)
+
+
+ $(BASE_AND_GUI_MAC_SRC)
$(BASE_AND_GUI_UNIX_SRC)
@@ -2137,10 +2159,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
- $(BASE_AND_GUI_CMN_SRC) $(BASE_AND_GUI_PLATFORM_SRC)
+ $(BASE_AND_GUI_CMN_SRC)
+ $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
-
-
+
+
$(NET_MAC_SRC)
@@ -2152,10 +2175,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(NET_UNIX_SRC)
$(NET_WIN32_SRC)
$(NET_MACOSX_SRC)
+ $(NET_OS2_SRC)
$(NET_UNIX_HDR)
$(NET_WIN32_HDR)
+ $(NET_OS2_HDR)
$(NET_MAC_HDR)
$(NET_DARWIN_HDR)
@@ -2166,14 +2191,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
-
+
$(GTK_LOWLEVEL_SRC)
$(MOTIF_LOWLEVEL_SRC)
$(MSW_LOWLEVEL_SRC)
$(MAC_LOWLEVEL_SRC)
$(COCOA_LOWLEVEL_SRC)
- $(OS2_LOWLEVEL_SRC)
+ $(OS2_LOWLEVEL_SRC)
$(X11_LOWLEVEL_SRC)
$(MGL_LOWLEVEL_SRC)
@@ -2183,18 +2208,18 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_LOWLEVEL_HDR)
$(MAC_LOWLEVEL_HDR)
$(COCOA_LOWLEVEL_HDR)
- $(OS2_LOWLEVEL_HDR)
+ $(OS2_LOWLEVEL_HDR)
$(X11_LOWLEVEL_HDR)
$(MGL_LOWLEVEL_HDR)
-
+
$(GTK_SRC)
$(MOTIF_SRC)
$(MSW_SRC)
$(MAC_SRC)
$(COCOA_SRC)
- $(OS2_SRC)
+ $(OS2_SRC)
$(GTK_HDR)
@@ -2202,7 +2227,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_HDR)
$(MAC_HDR)
$(COCOA_HDR)
- $(OS2_HDR)
+ $(OS2_HDR)
@@ -2213,7 +2238,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
-
+
$(ADVANCED_MSW_SRC)
@@ -2221,7 +2246,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(ADVANCED_UNIX_SRC)
$(ADVANCED_UNIX_SRC)
$(ADVANCED_UNIX_SRC)
- $(ADVANCED_OS2_SRC)
+ $(ADVANCED_OS2_SRC)
$(ADVANCED_MSW_HDR)
@@ -2229,28 +2254,50 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(ADVANCED_UNIX_HDR)
$(ADVANCED_UNIX_HDR)
$(ADVANCED_UNIX_HDR)
- $(ADVANCED_OS2_HDR)
+ $(ADVANCED_OS2_HDR)
$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)
$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)
+
+ $(GUI_HDR)
+ $(UNIV_HDR)
+
+
-
- $(GUI_CMN_HDR) $(LOWLEVEL_HDR) $(GUI_HDR)
-
-
- $(GUI_CMN_HDR) $(LOWLEVEL_HDR) $(UNIV_HDR)
+
+ $(GUI_CMN_HDR)
+ $(LOWLEVEL_HDR)
+ $(GUI_CORE_HEADERS)
+ $(ADVANCED_HDR) $(HTML_HDR)
+ $(OPENGL_HDR) $(DBGRID_HDR)
-
+
+
$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
$(NET_CMN_HDR) $(NET_PLATFORM_HDR)
- $(ALL_GUI_HEADERS) $(ADVANCED_HDR)
- $(HTML_HDR) $(XML_HDR)
- $(OPENGL_HDR) $(ODBC_HDR) $(DBGRID_HDR)
+ $(XML_HDR) $(ODBC_HDR)
+
+
+
+ $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
+
+
+
+ $(BASE_CMN_SRC)
+ $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_MAC_SRC) $(BASE_DARWIN_SRC)
+ $(BASE_OS2_SRC)
+ $(BASE_AND_GUI_CMN_SRC)
+ $(BASE_AND_GUI_UNIX_SRC)
+ $(BASE_AND_GUI_MAC_SRC)
+ $(BASE_AND_GUI_DARWIN_SRC)
+ $(BASE_AND_GUI_WIN32_SRC)
+ $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_MAC_SRC)
+ $(XML_SRC) $(ODBC_SRC)