X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e32f486958289a3d61813669d52f4bee68df2f91..7e6f48d18c6173e0655120e50b66dace36f2d1c6:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 11ccec8d77..0f3640eb04 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/generic/fontdlgg.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
@@ -702,7 +725,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk/listbox.cpp
src/gtk/mdi.cpp
src/gtk/menu.cpp
- src/gtk/minifram.cpp
src/gtk/msgdlg.cpp
src/gtk/notebook.cpp
src/gtk/radiobox.cpp
@@ -804,6 +826,10 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(XWIN_LOWLEVEL_HDR)
+ wx/x11/bitmap.h
+ wx/x11/brush.h
+ wx/x11/pen.h
+ wx/x11/region.h
src/motif/accel.cpp
@@ -843,6 +869,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/motif/minifram.cpp
src/motif/msgdlg.cpp
src/motif/palette.cpp
+ src/motif/popupwin.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/scrolbar.cpp
@@ -858,6 +885,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/motif/toplevel.cpp
src/motif/utils.cpp
src/motif/window.cpp
+ src/motif/xmcombo/xmcombo.c
src/generic/colrdlgg.cpp
src/generic/dirdlgg.cpp
@@ -898,6 +926,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/motif/cursor.h
wx/motif/dataform.h
wx/motif/dataobj.h
+ wx/motif/dataobj2.h
wx/motif/dc.h
wx/motif/dcclient.h
wx/motif/dcmemory.h
@@ -918,13 +947,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/motif/minifram.h
wx/motif/msgdlg.h
wx/motif/palette.h
+ wx/motif/popupwin.h
wx/motif/print.h
wx/motif/private.h
wx/motif/radiobox.h
wx/motif/radiobut.h
wx/motif/region.h
wx/motif/scrolbar.h
- wx/motif/settings.h
wx/motif/slider.h
wx/motif/spinbutt.h
wx/motif/statbmp.h
@@ -980,7 +1009,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
@@ -1002,6 +1030,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/x11/minifram.h
wx/x11/palette.h
wx/x11/pen.h
+ wx/x11/popupwin.h
wx/x11/print.h
wx/x11/private.h
wx/x11/privx.h
@@ -1073,6 +1102,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/statusbr.cpp
+ src/generic/prntdlgg.cpp
src/msw/accel.cpp
src/msw/bmpbuttn.cpp
src/msw/button.cpp
@@ -1326,7 +1356,18 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
+
src/generic/caret.cpp
+ src/generic/colrdlgg.cpp
+ src/generic/dirdlgg.cpp
+ src/generic/fdrepdlg.cpp
+ src/generic/imaglist.cpp
+ src/generic/listctrl.cpp
+ src/generic/mdig.cpp
+ src/generic/msgdlgg.cpp
+ src/generic/prntdlgg.cpp
+ src/generic/statusbr.cpp
+
src/os2/accel.cpp
src/os2/app.cpp
src/os2/bitmap.cpp
@@ -1350,6 +1391,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/os2/dcscreen.cpp
src/os2/dialog.cpp
src/os2/dnd.cpp
+ src/os2/evtloop.cpp
src/os2/filedlg.cpp
src/os2/font.cpp
src/os2/fontdlg.cpp
@@ -1359,7 +1401,6 @@ 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
@@ -1369,7 +1410,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
@@ -1391,15 +1431,21 @@ 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
wx/generic/caret.h
+ wx/generic/colrdlgg.h
+ wx/generic/dirdlgg.h
+ wx/generic/fdrepdlg.h
+ wx/generic/listctrl.h
+ wx/generic/mdig.h
+ wx/generic/statusbr.h
wx/os2/accel.h
wx/os2/app.h
wx/os2/bitmap.h
@@ -1431,7 +1477,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
@@ -1506,6 +1551,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/dcscreen.cpp
src/mac/dialog.cpp
src/mac/dirdlg.cpp
+ src/mac/display.cpp
src/mac/dnd.cpp
src/mac/filedlg.cpp
src/mac/font.cpp
@@ -1515,15 +1561,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/frame.cpp
src/mac/gauge.cpp
src/mac/gdiobj.cpp
+ src/mac/gsockosx.c
src/mac/icon.cpp
src/mac/listbox.cpp
- src/mac/macnotfy.cpp
src/mac/mdi.cpp
src/mac/menu.cpp
src/mac/menuitem.cpp
src/mac/metafile.cpp
src/mac/minifram.cpp
- src/mac/morefilex/MoreFilesX.c
src/mac/msgdlg.cpp
src/mac/notebmac.cpp
src/mac/palette.cpp
@@ -1546,12 +1591,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/stattext.cpp
src/mac/tabctrl.cpp
src/mac/textctrl.cpp
- src/mac/thread.cpp
src/mac/timer.cpp
+ src/mac/tglbtn.cpp
src/mac/toolbar.cpp
src/mac/tooltip.cpp
src/mac/toplevel.cpp
- src/mac/uma.cpp
src/mac/window.cpp
src/generic/caret.cpp
@@ -1559,6 +1603,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
@@ -1592,6 +1637,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/mac/dcscreen.h
wx/mac/dialog.h
wx/mac/dirdlg.h
+ wx/mac/display.h
wx/mac/dnd.h
wx/mac/filedlg.h
wx/mac/font.h
@@ -1637,6 +1683,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/mac/tabctrl.h
wx/mac/textctrl.h
wx/mac/timer.h
+ wx/mac/tglbtn.h
wx/mac/toolbar.h
wx/mac/tooltip.h
wx/mac/toplevel.h
@@ -1668,6 +1715,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
@@ -1691,15 +1739,18 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/dcmemory.mm
src/cocoa/dcscreen.cpp
src/cocoa/dialog.mm
+ src/cocoa/evtloop.mm
src/cocoa/font.cpp
src/cocoa/fontenum.mm
src/cocoa/fontutil.cpp
src/cocoa/frame.mm
src/cocoa/gauge.mm
src/cocoa/gdiobj.cpp
- src/cocoa/icon.cpp
+ src/cocoa/icon.mm
src/cocoa/listbox.mm
src/cocoa/main.cpp
+ src/cocoa/mbarman.mm
+ src/cocoa/mdi.mm
src/cocoa/menu.mm
src/cocoa/menuitem.mm
src/cocoa/pen.mm
@@ -1714,6 +1765,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/statline2.mm
src/cocoa/stattext.mm
src/cocoa/textctrl.mm
+ src/cocoa/toolbar.mm
src/cocoa/toplevel.mm
src/cocoa/utils.cpp
src/cocoa/utilsexc.cpp
@@ -1728,20 +1780,23 @@ 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/mdig.cpp
src/generic/msgdlgg.cpp
src/generic/notebook.cpp
src/generic/paletteg.cpp
src/generic/statusbr.cpp
src/generic/tabg.cpp
src/generic/timer.cpp
+
+ src/mac/gsockosx.c
+ wx/cocoa/NSApplication.h
wx/cocoa/NSBox.h
wx/cocoa/NSButton.h
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
@@ -1774,27 +1829,31 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/cocoa/gdiobj.h
wx/cocoa/icon.h
wx/cocoa/listbox.h
+ wx/cocoa/mbarman.h
+ wx/cocoa/mdi.h
wx/cocoa/menu.h
wx/cocoa/menuitem.h
wx/cocoa/pen.h
wx/cocoa/radiobox.h
wx/cocoa/radiobut.h
wx/cocoa/region.h
+ wx/cocoa/slider.h
wx/cocoa/spinbutt.h
wx/cocoa/statbmp.h
wx/cocoa/statbox.h
wx/cocoa/statline.h
wx/cocoa/stattext.h
wx/cocoa/textctrl.h
+ wx/cocoa/toolbar.h
wx/cocoa/toplevel.h
wx/cocoa/window.h
wx/generic/caret.h
+ wx/generic/dirdlgg.h
wx/generic/fdrepdlg.h
wx/generic/fontdlgg.h
wx/generic/imaglist.h
wx/generic/listctrl.h
- wx/generic/mdig.h
wx/generic/paletteg.h
wx/generic/statusbr.h
wx/generic/tabg.h
@@ -1916,7 +1975,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/calctrl.cpp
- src/generic/dcbuffer.cpp
src/generic/grid.cpp
src/generic/gridctrl.cpp
src/generic/gridsel.cpp
@@ -1944,6 +2002,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/joystick.h
wx/laywin.h
wx/sashwin.h
+ wx/sound.h
wx/splash.h
wx/taskbar.h
wx/tipdlg.h
@@ -1954,43 +2013,43 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/taskbarcmn.cpp
src/msw/joystick.cpp
+ src/msw/sound.cpp
src/msw/taskbar.cpp
- src/msw/wave.cpp
wx/msw/joystick.h
+ wx/msw/sound.h
wx/msw/taskbar.h
- wx/msw/wave.h
src/mac/joystick.cpp
- src/mac/wave.cpp
+ src/mac/sound.cpp
wx/mac/joystick.h
- wx/mac/wave.h
+ wx/mac/sound.h
src/os2/joystick.cpp
- src/os2/wave.cpp
+ src/os2/sound.cpp
wx/os2/joystick.h
- wx/os2/wave.h
+ wx/os2/sound.h
src/common/taskbarcmn.cpp
src/unix/joystick.cpp
+ src/unix/sound.cpp
src/unix/taskbarx11.cpp
- src/unix/wave.cpp
wx/unix/joystick.h
+ wx/unix/sound.h
wx/unix/taskbarx11.h
- wx/unix/wave.h
@@ -2002,6 +2061,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/helpbest.cpp
+
+ src/html/chm.cpp
+
+
+ src/html/chm.cpp
+
$(HTML_SRC_PLATFORM)
@@ -2056,9 +2121,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
@@ -2070,16 +2137,18 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/glcanvas.cpp
src/gtk/glcanvas.cpp
src/msw/glcanvas.cpp
- src/motif/glcanvas.cpp
+ src/x11/glcanvas.cpp
src/x11/glcanvas.cpp
+ src/os2/glcanvas.cpp
wx/mac/glcanvas.h
wx/gtk/glcanvas.h
wx/msw/glcanvas.h
- wx/motif/glcanvas.h
+ wx/x11/glcanvas.h
wx/x11/glcanvas.h
+ wx/os2/glcanvas.h
@@ -2106,6 +2175,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
+
+
+
+
+
+ src/unix/sound_sdl.cpp
+
@@ -2124,6 +2200,7 @@ 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)
@@ -2147,25 +2224,20 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(BASE_AND_GUI_CMN_SRC)
$(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
-
-
+
+
-
- $(NET_MAC_SRC)
- $(NET_DARWIN_SRC)
- $(NET_DARWIN_SRC)
-
-
$(NET_UNIX_SRC)
$(NET_WIN32_SRC)
- $(NET_MACOSX_SRC)
+ $(NET_DARWIN_SRC)
+ $(NET_OS2_SRC)
$(NET_UNIX_HDR)
$(NET_WIN32_HDR)
- $(NET_MAC_HDR)
- $(NET_DARWIN_HDR)
+ $(NET_OS2_HDR)
+ $(NET_DARWIN_HDR)
@@ -2174,14 +2246,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)
@@ -2191,18 +2263,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)
@@ -2210,7 +2282,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(MSW_HDR)
$(MAC_HDR)
$(COCOA_HDR)
- $(OS2_HDR)
+ $(OS2_HDR)
@@ -2221,7 +2293,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)
@@ -2229,7 +2301,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)
@@ -2237,7 +2309,7 @@ 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)
@@ -2255,15 +2327,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(LOWLEVEL_HDR)
$(GUI_CORE_HEADERS)
$(ADVANCED_HDR) $(HTML_HDR)
- $(OPENGL_HDR) $(ODBC_HDR) $(DBGRID_HDR)
+ $(OPENGL_HDR) $(DBGRID_HDR)
-
+
$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
$(NET_CMN_HDR) $(NET_PLATFORM_HDR)
- $(XML_HDR)
+ $(XML_HDR) $(ODBC_HDR)
@@ -2279,8 +2351,23 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(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)
+ $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC)
+ $(XML_SRC) $(ODBC_SRC)
-
+
+
+
+
+
+
+
+
+
+
+ $(UNIX_SOUND_SRC_SDL)
+
+
+
+ $(PLUGIN_ADV_SRC)
+