X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da906b9742d866a56bfc1fef27143eb1ad5c4814..81b41c03c6bcbffa9293a0e280729ffaaf9ef2c7:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 4e74793472..1714782348 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -51,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 \ @@ -189,6 +190,7 @@ ALL_SOURCES = \ motif/clipbrd.cpp \ motif/colour.cpp \ motif/combobox.cpp \ + motif/combobox_native.cpp \ motif/control.cpp \ motif/cursor.cpp \ motif/data.cpp \ @@ -198,6 +200,7 @@ ALL_SOURCES = \ motif/dcmemory.cpp \ motif/dcscreen.cpp \ motif/dialog.cpp \ + motif/evtloop.cpp \ motif/filedlg.cpp \ motif/font.cpp \ motif/frame.cpp \ @@ -229,6 +232,7 @@ ALL_SOURCES = \ motif/textctrl.cpp \ motif/timer.cpp \ motif/toolbar.cpp \ + motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ unix/dialup.cpp \ @@ -257,7 +261,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 \ @@ -379,6 +382,7 @@ ALL_HEADERS = \ imagtiff.h \ imagxpm.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ ipc.h \ ipcbase.h \ @@ -426,6 +430,7 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ regex.h \ @@ -562,6 +567,7 @@ ALL_HEADERS = \ motif/textctrl.h \ motif/timer.h \ motif/toolbar.h \ + motif/toplevel.h \ motif/window.h \ generic/accel.h \ generic/calctrl.h \ @@ -583,7 +589,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ - generic/mdig.cpp \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -627,10 +633,10 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -821,6 +827,7 @@ GUIOBJS = \ clipbrd.o \ colour.o \ combobox.o \ + combobox_native.o \ control.o \ cursor.o \ data.o \ @@ -830,6 +837,7 @@ GUIOBJS = \ dcmemory.o \ dcscreen.o \ dialog.o \ + evtloop.o \ filedlg.o \ font.o \ frame.o \ @@ -861,6 +869,7 @@ GUIOBJS = \ textctrl.o \ timer.o \ toolbar.o \ + toplevel.o \ utils.o \ window.o @@ -893,7 +902,6 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ m_style.o \ m_tables.o \