X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af594ecaf137bb98fda1de03d37ae9160db42c2f..a87bf37838e09fb4634a887cc8a6055104b49a01:/build/bakefiles/files.bkl
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
index 0d81b17679..f5f9bcc5e7 100644
--- a/build/bakefiles/files.bkl
+++ b/build/bakefiles/files.bkl
@@ -142,6 +142,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/appbase.cpp
+ src/common/clntdata.cpp
src/common/cmdline.cpp
src/common/config.cpp
src/common/datetime.cpp
@@ -160,7 +161,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/filesys.cpp
src/common/fmapbase.cpp
src/common/fs_zip.cpp
- src/common/gzstream.cpp
src/common/hash.cpp
src/common/hashmap.cpp
src/common/init.cpp
@@ -210,6 +210,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/buffer.h
wx/build.h
wx/chkconf.h
+ wx/clntdata.h
wx/cmdline.h
wx/confbase.h
wx/config.h
@@ -239,7 +240,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/fontmap.h
wx/fs_mem.h
wx/fs_zip.h
- wx/gzstream.h
wx/hash.h
wx/hashmap.h
wx/hashset.h
@@ -383,7 +383,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/bookctrl.cpp
src/common/choiccmn.cpp
src/common/clipcmn.cpp
- src/common/clntdata.cpp
src/common/cmdproc.cpp
src/common/cmndata.cpp
src/common/containr.cpp
@@ -479,7 +478,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/checklst.h
wx/choicdlg.h
wx/choice.h
- wx/clntdata.h
wx/cmndata.h
wx/combobox.h
wx/control.h
@@ -729,6 +727,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk/checkbox.cpp
src/gtk/checklst.cpp
src/gtk/choice.cpp
+ src/gtk/colordlg.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/dialog.cpp
@@ -757,6 +756,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk/utilsres.cpp
+ wx/generic/colrdlgg.h
wx/generic/dirdlgg.h
wx/generic/fdrepdlg.h
wx/generic/listctrl.h
@@ -770,6 +770,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/gtk/button.h
wx/gtk/checkbox.h
wx/gtk/checklst.h
+ wx/gtk/colordlg.h
wx/gtk/choice.h
wx/gtk/clipbrd.h
wx/gtk/colour.h
@@ -1076,7 +1077,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/dcscreen.cpp
src/msw/dialup.cpp
src/msw/dib.cpp
- src/msw/dirdlg.cpp
src/msw/display.cpp
src/msw/enhmeta.cpp
src/msw/evtloop.cpp
@@ -1086,16 +1086,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/gdiimage.cpp
src/msw/gdiobj.cpp
src/msw/gsockmsw.c
- src/msw/helpchm.cpp
- src/msw/helpwin.cpp
src/msw/icon.cpp
src/msw/minifram.cpp
- src/msw/ole/automtn.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/ole/droptgt.cpp
src/msw/ole/oleutils.cpp
- src/msw/ole/uuid.cpp
src/msw/palette.cpp
src/msw/pen.cpp
src/msw/popupwin.cpp
@@ -1113,6 +1109,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
+
+
+ src/msw/ole/automtn.cpp
+ src/msw/ole/uuid.cpp
+ src/msw/dirdlg.cpp
+
+
src/generic/statusbr.cpp
src/generic/prntdlgg.cpp
@@ -1127,9 +1130,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/control.cpp
src/msw/dialog.cpp
src/msw/dragimag.cpp
- src/msw/fdrepdlg.cpp
src/msw/filedlg.cpp
- src/msw/fontdlg.cpp
src/msw/frame.cpp
src/msw/gauge95.cpp
src/msw/imaglist.cpp
@@ -1189,17 +1190,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/dirdlg.h
wx/msw/dragimag.h
wx/msw/enhmeta.h
- wx/msw/fdrepdlg.h
wx/msw/filedlg.h
wx/msw/font.h
- wx/msw/fontdlg.h
wx/msw/frame.h
wx/msw/gauge95.h
wx/msw/gdiimage.h
wx/msw/gdiobj.h
- wx/msw/helpbest.h
- wx/msw/helpchm.h
- wx/msw/helpwin.h
wx/msw/icon.h
wx/msw/imaglist.h
wx/msw/iniconf.h
@@ -1216,14 +1212,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/msvcrt.h
wx/msw/notebook.h
wx/msw/ole/access.h
- wx/msw/ole/automtn.h
wx/msw/ole/dataform.h
wx/msw/ole/dataobj.h
wx/msw/ole/dataobj2.h
wx/msw/ole/dropsrc.h
wx/msw/ole/droptgt.h
wx/msw/ole/oleutils.h
- wx/msw/ole/uuid.h
wx/msw/palette.h
wx/msw/pen.h
wx/msw/printdlg.h
@@ -1299,15 +1293,42 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/warning.ico
+
+
+ src/msw/fdrepdlg.cpp
+ src/msw/fontdlg.cpp
+ src/msw/helpchm.cpp
+ src/msw/helpwin.cpp
+
+
+ wx/msw/fdrepdlg.h
+ wx/msw/fontdlg.h
+ wx/msw/helpbest.h
+ wx/msw/helpchm.h
+ wx/msw/helpwin.h
+ wx/msw/ole/automtn.h
+ wx/msw/ole/uuid.h
+
+
+
+ src/generic/dirdlgg.cpp
+ src/generic/fdrepdlg.cpp
+ src/generic/fontdlgg.cpp
+ src/msw/wince/crt.cpp
src/msw/wince/filedlgwce.cpp
src/msw/wince/helpwce.cpp
src/msw/wince/tbarwce.cpp
+ src/msw/wince/menuce.cpp
+ wx/generic/fdrepdlg.h
+ wx/generic/fontdlgg.h
wx/msw/wince/helpwce.h
+ wx/msw/wince/libraries.h
wx/msw/wince/missing.h
wx/msw/wince/tbarwce.h
+ wx/msw/wince/resources.h
@@ -1608,6 +1629,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/mac/carbon/settings.cpp
src/mac/carbon/slider.cpp
src/mac/carbon/spinbutt.cpp
+ src/mac/carbon/spinctrl.cpp
src/mac/carbon/statbmp.cpp
src/mac/carbon/statbox.cpp
src/mac/carbon/statbrma.cpp
@@ -1632,7 +1654,95 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/tabg.cpp
src/unix/snglinst.cpp
-
+
+ src/html/htmlctrl/webkit/webkit.mm
+
+
+
+ wx/mac/accel.h
+ wx/mac/aga.h
+ wx/mac/app.h
+ wx/mac/bitmap.h
+ wx/mac/bmpbuttn.h
+ wx/mac/brush.h
+ wx/mac/button.h
+ wx/mac/checkbox.h
+ wx/mac/checklst.h
+ wx/mac/chkconf.h
+ wx/mac/choice.h
+ wx/mac/clipbrd.h
+ wx/mac/colordlg.h
+ wx/mac/colour.h
+ wx/mac/combobox.h
+ wx/mac/control.h
+ wx/mac/cursor.h
+ wx/mac/dataform.h
+ wx/mac/dataobj.h
+ wx/mac/dataobj2.h
+ wx/mac/dc.h
+ wx/mac/dcclient.h
+ wx/mac/dcmemory.h
+ wx/mac/dcprint.h
+ 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
+ wx/mac/fontdlg.h
+ wx/mac/frame.h
+ wx/mac/gauge.h
+ wx/mac/gdiobj.h
+ wx/mac/glcanvas.h
+ wx/mac/gsockmac.h
+ wx/mac/helpxxxx.h
+ wx/mac/icon.h
+ wx/mac/imaglist.h
+ wx/mac/listbox.h
+ wx/mac/listctrl.h
+ wx/mac/macnotfy.h
+ wx/mac/macsock.h
+ wx/mac/mdi.h
+ wx/mac/menu.h
+ wx/mac/menuitem.h
+ wx/mac/metafile.h
+ wx/mac/mimetype.h
+ wx/mac/minifram.h
+ wx/mac/msgdlg.h
+ wx/mac/notebook.h
+ wx/mac/palette.h
+ wx/mac/pen.h
+ wx/mac/pnghand.h
+ wx/mac/pngread.h
+ wx/mac/printdlg.h
+ wx/mac/printmac.h
+ wx/mac/private.h
+ wx/mac/radiobox.h
+ wx/mac/radiobut.h
+ wx/mac/region.h
+ wx/mac/scrolbar.h
+ wx/mac/slider.h
+ wx/mac/sound.h
+ wx/mac/spinbutt.h
+ wx/mac/spinctrl.h
+ wx/mac/statbmp.h
+ wx/mac/statbox.h
+ wx/mac/statline.h
+ wx/mac/stattext.h
+ wx/mac/statusbr.h
+ 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
+ wx/mac/treectrl.h
+ wx/mac/uma.h
+ wx/mac/window.h
+
+
wx/mac/carbon/accel.h
wx/mac/carbon/aga.h
@@ -1722,6 +1832,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/listctrl.h
wx/generic/statusbr.h
wx/generic/tabg.h
+
+ wx/html/webkit.h
@@ -1739,10 +1851,13 @@ 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/NSScroller.mm
+ src/cocoa/NSTabView.mm
src/cocoa/NSTableView.mm
src/cocoa/NSTextField.mm
src/cocoa/NSView.mm
src/cocoa/NSWindow.mm
+ src/cocoa/ObjcRef.mm
src/cocoa/app.mm
src/cocoa/bitmap.mm
src/cocoa/bmpbuttn.mm
@@ -1777,10 +1892,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/cocoa/mdi.mm
src/cocoa/menu.mm
src/cocoa/menuitem.mm
+ src/cocoa/notebook.mm
src/cocoa/pen.mm
src/cocoa/radiobox.mm
src/cocoa/radiobut.mm
- src/cocoa/region.cpp
+ src/cocoa/region.mm
+ src/cocoa/scrolbar.mm
src/cocoa/settings.cpp
src/cocoa/slider.mm
src/cocoa/spinbutt.mm
@@ -1805,8 +1922,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/imaglist.cpp
src/generic/listctrl.cpp
src/generic/msgdlgg.cpp
- src/generic/notebook.cpp
src/generic/paletteg.cpp
+ src/generic/regiong.cpp
src/generic/statusbr.cpp
src/generic/tabg.cpp
src/generic/timer.cpp
@@ -1820,12 +1937,15 @@ 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/NSScroller.h
+ wx/cocoa/NSTabView.h
wx/cocoa/NSTableView.h
wx/cocoa/NSTextField.h
wx/cocoa/NSView.h
wx/cocoa/NSWindow.h
wx/cocoa/ObjcAssociate.h
wx/cocoa/ObjcPose.h
+ wx/cocoa/ObjcRef.h
wx/cocoa/app.h
wx/cocoa/bitmap.h
wx/cocoa/bmpbuttn.h
@@ -1853,14 +1973,17 @@ 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/log.h
wx/cocoa/mbarman.h
wx/cocoa/mdi.h
wx/cocoa/menu.h
wx/cocoa/menuitem.h
+ wx/cocoa/notebook.h
wx/cocoa/pen.h
wx/cocoa/radiobox.h
wx/cocoa/radiobut.h
wx/cocoa/region.h
+ wx/cocoa/scrolbar.h
wx/cocoa/slider.h
wx/cocoa/spinbutt.h
wx/cocoa/statbmp.h
@@ -1879,6 +2002,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/imaglist.h
wx/generic/listctrl.h
wx/generic/paletteg.h
+ wx/generic/region.h
wx/generic/statusbr.h
wx/generic/tabg.h
@@ -2036,15 +2160,20 @@ 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
- wx/msw/joystick.h
wx/msw/sound.h
wx/msw/taskbar.h
+
+
+ src/msw/joystick.cpp
+
+
+ wx/msw/joystick.h
+
src/mac/carbon/joystick.cpp
@@ -2076,6 +2205,11 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/unix/taskbarx11.h
+
+ src/gtk/taskbar.cpp
+ src/gtk/eggtrayicon.c
+
+
@@ -2276,7 +2410,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GTK_LOWLEVEL_SRC)
$(MOTIF_LOWLEVEL_SRC)
- $(MSW_LOWLEVEL_SRC)
+ $(MSW_LOWLEVEL_SRC) $(MSW_ONLY_LOWLEVEL_SRC)
$(MSW_LOWLEVEL_SRC)
$(MAC_LOWLEVEL_SRC)
$(COCOA_LOWLEVEL_SRC)
@@ -2299,7 +2433,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GTK_SRC)
$(MOTIF_SRC)
- $(MSW_SRC)
+ $(MSW_SRC) $(MSW_ONLY_SRC)
$(MSW_SRC) $(WINCE_SRC)
$(MAC_SRC)
$(COCOA_SRC)
@@ -2308,9 +2442,9 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GTK_HDR)
$(MOTIF_HDR)
- $(MSW_HDR)
+ $(MSW_HDR) $(MSW_ONLY_HDR)
$(MSW_HDR) $(WINCE_HDR)
- $(MAC_HDR)
+ $(MAC_CMN_HDR) $(MAC_HDR)
$(COCOA_HDR)
$(OS2_HDR)
@@ -2326,16 +2460,16 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
- $(ADVANCED_MSW_SRC)
+ $(ADVANCED_MSW_SRC) $(ADVANCED_MSW_ONLY_SRC)
$(ADVANCED_MSW_SRC)
$(ADVANCED_MAC_SRC)
$(ADVANCED_UNIX_SRC)
- $(ADVANCED_UNIX_SRC)
+ $(ADVANCED_UNIX_SRC) $(ADVANCED_GTK_SRC)
$(ADVANCED_UNIX_SRC)
$(ADVANCED_OS2_SRC)
- $(ADVANCED_MSW_HDR)
+ $(ADVANCED_MSW_HDR) $(ADVANCED_MSW_ONLY_HDR)
$(ADVANCED_MSW_HDR)
$(ADVANCED_MAC_HDR)
$(ADVANCED_UNIX_HDR)