From: Václav Slavík Date: Mon, 31 Dec 2001 11:56:51 +0000 (+0000) Subject: remove settings.h from wxGTK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1daa0751dbaa8a886ba9d730a09f12a2623e7461 remove settings.h from wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index f134fe88d6..bca3e3d319 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -970,7 +970,6 @@ radiobut.h GTKH region.h GTKH scrolbar.h GTKH scrolwin.h GTKH -settings.h GTKH slider.h GTKH spinbutt.h GTKH spinctrl.h GTKH diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 1003bfffef..de848a9bb9 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 11:19, 2001/12/15 +# This file was automatically generated by tmake at 12:56, 2001/12/31 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -533,7 +533,6 @@ ALL_HEADERS = \ gtk/region.h \ gtk/scrolbar.h \ gtk/scrolwin.h \ - gtk/settings.h \ gtk/slider.h \ gtk/spinbutt.h \ gtk/spinctrl.h \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 1003bfffef..de848a9bb9 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 11:19, 2001/12/15 +# This file was automatically generated by tmake at 12:56, 2001/12/31 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -533,7 +533,6 @@ ALL_HEADERS = \ gtk/region.h \ gtk/scrolbar.h \ gtk/scrolwin.h \ - gtk/settings.h \ gtk/slider.h \ gtk/spinbutt.h \ gtk/spinctrl.h \ diff --git a/src/mgl/files.lst b/src/mgl/files.lst index a03d589568..a77a985913 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -1,5 +1,5 @@ -# This file was automatically generated by tmake at 11:19, 2001/12/15 -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! +# This file was automatically generated by tmake at 12:56, 2001/12/31 +# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T! ALL_SOURCES = \ generic/accel.cpp \ generic/busyinfo.cpp \ @@ -47,6 +47,7 @@ ALL_SOURCES = \ generic/treelay.cpp \ generic/wizard.cpp \ common/appcmn.cpp \ + common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ common/clntdata.cpp \ @@ -170,7 +171,6 @@ ALL_SOURCES = \ common/zstream.cpp \ mgl/app.cpp \ mgl/bitmap.cpp \ - mgl/bmpbase.cpp \ mgl/brush.cpp \ mgl/clipbrd.cpp \ mgl/colour.cpp \ @@ -449,69 +449,6 @@ ALL_HEADERS = \ xpmdecod.h \ zipstrm.h \ zstream.h \ - gtk/accel.h \ - gtk/app.h \ - gtk/bitmap.h \ - gtk/bmpbuttn.h \ - gtk/brush.h \ - gtk/button.h \ - gtk/checkbox.h \ - gtk/checklst.h \ - gtk/choice.h \ - gtk/clipbrd.h \ - gtk/colour.h \ - gtk/combobox.h \ - gtk/control.h \ - gtk/cursor.h \ - gtk/dataform.h \ - gtk/dataobj.h \ - gtk/dataobj2.h \ - gtk/dc.h \ - gtk/dcclient.h \ - gtk/dcmemory.h \ - gtk/dcscreen.h \ - gtk/dialog.h \ - gtk/dnd.h \ - gtk/filedlg.h \ - gtk/font.h \ - gtk/fontdlg.h \ - gtk/frame.h \ - gtk/gauge.h \ - gtk/gdiobj.h \ - gtk/glcanvas.h \ - gtk/icon.h \ - gtk/joystick.h \ - gtk/listbox.h \ - gtk/mdi.h \ - gtk/menu.h \ - gtk/menuitem.h \ - gtk/minifram.h \ - gtk/notebook.h \ - gtk/pen.h \ - gtk/popupwin.h \ - gtk/radiobox.h \ - gtk/radiobut.h \ - gtk/region.h \ - gtk/scrolbar.h \ - gtk/scrolwin.h \ - gtk/settings.h \ - gtk/slider.h \ - gtk/spinbutt.h \ - gtk/spinctrl.h \ - gtk/statbmp.h \ - gtk/statbox.h \ - gtk/statline.h \ - gtk/stattext.h \ - gtk/tbargtk.h \ - gtk/textctrl.h \ - gtk/tglbtn.h \ - gtk/timer.h \ - gtk/tooltip.h \ - gtk/toplevel.h \ - gtk/treectrl.h \ - gtk/wave.h \ - gtk/win_gtk.h \ - gtk/window.h \ generic/accel.h \ generic/calctrl.h \ generic/caret.h \ @@ -575,6 +512,7 @@ ALL_HEADERS = \ COMMONOBJS = \ parser.o \ appcmn.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -747,7 +685,6 @@ GENERICOBJS = \ GUI_LOWLEVEL_OBJS = \ app.o \ bitmap.o \ - bmpbase.o \ brush.o \ clipbrd.o \ colour.o \