X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddc90a8d52e91ca4b6a2d7643824aede1395067c..66cf41cb6c05111e223deec793160446937262e4:/build/bakefiles/files.bkl diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 7d33e3a0d2..7fbc9a56f6 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -22,7 +22,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! BASE_AND_GUI_CMN_SRC files that must be compiled both into GUI and base library (all platforms) - BASE_$(platform) base files used on platform + BASE_$(platform) base files used on platform BASE_AND_GUI_$(platform)_SRC base & gui files used on platform $(port)LOWLEVEL low-level GUI classes @@ -129,10 +129,12 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/corefoundation/cfstring.cpp + src/mac/corefoundation/hid.cpp src/mac/corefoundation/stdpaths_cf.cpp wx/mac/corefoundation/cfstring.h + wx/mac/corefoundation/hid.h wx/mac/corefoundation/stdpaths.h @@ -856,6 +858,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/fontdlg.cpp src/gtk/frame.cpp src/gtk/gauge.cpp + src/gtk/gnome/gprint.cpp src/gtk/listbox.cpp src/gtk/mdi.cpp src/gtk/menu.cpp @@ -898,6 +901,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/fontdlg.h wx/gtk/frame.h wx/gtk/gauge.h + wx/gtk/gnome/gprint.h wx/gtk/listbox.h wx/gtk/mdi.h wx/gtk/menu.h @@ -1203,6 +1207,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/window.cpp + wx/msw/uxtheme.h @@ -1675,10 +1680,14 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/corefoundation/utilsexc_cf.cpp + + + $(MAC_OSX_LOWLEVEL_SRC) + $(MAC_OSX_LOWLEVEL_HDR) @@ -1713,6 +1722,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/data.cpp src/mac/carbon/dataobj.cpp src/mac/carbon/dc.cpp + src/mac/carbon/dccg.cpp src/mac/carbon/dcclient.cpp src/mac/carbon/dcmemory.cpp src/mac/carbon/dcprint.cpp @@ -1729,7 +1739,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/frame.cpp src/mac/carbon/gauge.cpp src/mac/carbon/gdiobj.cpp - src/mac/carbon/hid.cpp src/mac/carbon/icon.cpp src/mac/carbon/listbox.cpp src/mac/carbon/mdi.cpp @@ -2332,23 +2341,25 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/taskbarcmn.cpp src/mac/carbon/drawer.cpp - src/mac/carbon/joystick.cpp src/mac/carbon/sound.cpp src/mac/carbon/taskbar.cpp + src/mac/corefoundation/hidjoystick.cpp wx/mac/carbon/drawer.h - wx/mac/carbon/joystick.h wx/mac/carbon/sound.h wx/mac/carbon/taskbarosx.h + wx/mac/corefoundation/joystick.h src/cocoa/taskbar.mm src/common/taskbarcmn.cpp + src/mac/corefoundation/hidjoystick.cpp wx/cocoa/taskbar.h + wx/mac/corefoundation/joystick.h @@ -2501,6 +2512,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/xrc/xh_chckl.cpp src/xrc/xh_choic.cpp src/xrc/xh_combo.cpp + src/xrc/xh_datectrl.cpp src/xrc/xh_dlg.cpp src/xrc/xh_frame.cpp src/xrc/xh_gauge.cpp @@ -2543,6 +2555,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/xrc/xh_chckl.h wx/xrc/xh_choic.h wx/xrc/xh_combo.h + wx/xrc/xh_datectrl.h wx/xrc/xh_dlg.h wx/xrc/xh_frame.h wx/xrc/xh_gauge.h @@ -2650,10 +2663,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/unix/sound_sdl.cpp - - src/gtk/gnome/gprint.cpp - - @@ -2894,7 +2903,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(UNIX_SOUND_SRC_SDL) - $(GTK_PRINT_SRC_GNOME)