X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/835ce09e8d5f2bf2d81709b2a7dc9740996748c1..e4da1035e402e722f799d3ed498dfa789b74f02f:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 5093030b10..b92bffff01 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -22,6 +22,7 @@ ALL_SOURCES = \ generic/laywin.cpp \ generic/listctrl.cpp \ generic/logg.cpp \ + generic/mdig.cpp \ generic/msgdlgg.cpp \ generic/notebook.cpp \ generic/numdlgg.cpp \ @@ -50,6 +51,7 @@ ALL_SOURCES = \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ + common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ common/clntdata.cpp \ @@ -228,6 +230,7 @@ ALL_SOURCES = \ motif/textctrl.cpp \ motif/timer.cpp \ motif/toolbar.cpp \ + motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ unix/dialup.cpp \ @@ -256,7 +259,6 @@ ALL_SOURCES = \ html/m_layout.cpp \ html/m_links.cpp \ html/m_list.cpp \ - html/m_meta.cpp \ html/m_pre.cpp \ html/m_style.cpp \ html/m_tables.cpp \ @@ -327,6 +329,7 @@ ALL_HEADERS = \ dynarray.h \ dynlib.h \ dynload.h \ + effects.h \ encconv.h \ event.h \ expr.h \ @@ -386,6 +389,7 @@ ALL_HEADERS = \ layout.h \ laywin.h \ list.h \ + listbase.h \ listbox.h \ listctrl.h \ listimpl.cpp \ @@ -423,6 +427,7 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ regex.h \ @@ -559,6 +564,7 @@ ALL_HEADERS = \ motif/textctrl.h \ motif/timer.h \ motif/toolbar.h \ + motif/toplevel.h \ motif/window.h \ generic/accel.h \ generic/calctrl.h \ @@ -580,6 +586,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -623,10 +630,10 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -776,6 +783,7 @@ GENERICOBJS = \ laywin.o \ listctrl.o \ logg.o \ + mdig.o \ msgdlgg.o \ notebook.o \ numdlgg.o \ @@ -856,6 +864,7 @@ GUIOBJS = \ textctrl.o \ timer.o \ toolbar.o \ + toplevel.o \ utils.o \ window.o @@ -888,7 +897,6 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ m_style.o \ m_tables.o \