X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da906b9742d866a56bfc1fef27143eb1ad5c4814..f2dec5b10d6fb8d05cadcf73ff53b5ed99de9c4e:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 4e74793472..b92bffff01 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 \ @@ -229,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 \ @@ -257,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 \ @@ -426,6 +427,7 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ regex.h \ @@ -562,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 \ @@ -583,7 +586,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 +630,10 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -861,6 +864,7 @@ GUIOBJS = \ textctrl.o \ timer.o \ toolbar.o \ + toplevel.o \ utils.o \ window.o @@ -893,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 \