X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c155898a21f68c69a8034afc37ec4e0fa7e03217..7728856b75c201016a30145673bc8a85be96fdfe:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index b92bffff01..9610dcb1c4 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -48,6 +48,7 @@ ALL_SOURCES = \ generic/treectlg.cpp \ generic/treelay.cpp \ generic/wizard.cpp \ + common/accesscmn.cpp \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ @@ -75,6 +76,7 @@ ALL_SOURCES = \ common/dobjcmn.cpp \ common/docmdi.cpp \ common/docview.cpp \ + common/dpycmn.cpp \ common/dseldlg.cpp \ common/dynarray.cpp \ common/dynlib.cpp \ @@ -182,7 +184,7 @@ ALL_SOURCES = \ motif/app.cpp \ motif/bitmap.cpp \ motif/bmpbuttn.cpp \ - motif/brush.cpp \ + motif/bmpmotif.cpp \ motif/button.cpp \ motif/checkbox.cpp \ motif/checklst.cpp \ @@ -190,6 +192,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 \ @@ -199,6 +202,7 @@ ALL_SOURCES = \ motif/dcmemory.cpp \ motif/dcscreen.cpp \ motif/dialog.cpp \ + motif/evtloop.cpp \ motif/filedlg.cpp \ motif/font.cpp \ motif/frame.cpp \ @@ -216,7 +220,6 @@ ALL_SOURCES = \ motif/minifram.cpp \ motif/msgdlg.cpp \ motif/palette.cpp \ - motif/pen.cpp \ motif/radiobox.cpp \ motif/radiobut.cpp \ motif/region.cpp \ @@ -233,6 +236,8 @@ ALL_SOURCES = \ motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/brush.cpp \ + x11/pen.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/fontenum.cpp \ @@ -266,6 +271,8 @@ ALL_SOURCES = \ ALL_HEADERS = \ accel.h \ + access.h \ + access.h \ app.h \ arrimpl.cpp \ artprov.h \ @@ -299,7 +306,6 @@ ALL_HEADERS = \ ctrlsub.h \ cursor.h \ dataobj.h \ - date.h \ datetime.h \ datetime.inl \ datstrm.h \ @@ -322,6 +328,7 @@ ALL_HEADERS = \ dir.h \ dirctrl.h \ dirdlg.h \ + display.h \ dnd.h \ docmdi.h \ docview.h \ @@ -380,6 +387,7 @@ ALL_HEADERS = \ imagtiff.h \ imagxpm.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ ipc.h \ ipcbase.h \ @@ -395,6 +403,7 @@ ALL_HEADERS = \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ matrix.h \ mdi.h \ memconf.h \ @@ -411,7 +420,6 @@ ALL_HEADERS = \ mstream.h \ notebook.h \ object.h \ - odbc.h \ ownerdrw.h \ palette.h \ panel.h \ @@ -430,6 +438,7 @@ ALL_HEADERS = \ quantize.h \ radiobox.h \ radiobut.h \ + rawbmp.h \ regex.h \ region.h \ resource.h \ @@ -470,7 +479,6 @@ ALL_HEADERS = \ tglbtn.h \ thread.h \ thrimpl.cpp \ - time.h \ timer.h \ tipdlg.h \ tipwin.h \ @@ -510,7 +518,7 @@ ALL_HEADERS = \ motif/app.h \ motif/bitmap.h \ motif/bmpbuttn.h \ - motif/brush.h \ + motif/bmpmotif.h \ motif/button.h \ motif/checkbox.h \ motif/checklst.h \ @@ -547,7 +555,6 @@ ALL_HEADERS = \ motif/minifram.h \ motif/msgdlg.h \ motif/palette.h \ - motif/pen.h \ motif/print.h \ motif/printdlg.h \ motif/private.h \ @@ -562,6 +569,7 @@ ALL_HEADERS = \ motif/statbox.h \ motif/stattext.h \ motif/textctrl.h \ + motif/tglbtn.h \ motif/timer.h \ motif/toolbar.h \ motif/toplevel.h \ @@ -627,9 +635,12 @@ ALL_HEADERS = \ protocol/file.h \ protocol/ftp.h \ protocol/http.h \ - protocol/protocol.h + protocol/protocol.h \ + x11/brush.h \ + x11/pen.h COMMONOBJS = \ + accesscmn.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -657,6 +668,7 @@ COMMONOBJS = \ dobjcmn.o \ docmdi.o \ docview.o \ + dpycmn.o \ dseldlg.o \ dynarray.o \ dynlib.o \ @@ -816,7 +828,7 @@ GUIOBJS = \ app.o \ bitmap.o \ bmpbuttn.o \ - brush.o \ + bmpmotif.o \ button.o \ checkbox.o \ checklst.o \ @@ -824,6 +836,7 @@ GUIOBJS = \ clipbrd.o \ colour.o \ combobox.o \ + combobox_native.o \ control.o \ cursor.o \ data.o \ @@ -833,6 +846,7 @@ GUIOBJS = \ dcmemory.o \ dcscreen.o \ dialog.o \ + evtloop.o \ filedlg.o \ font.o \ frame.o \ @@ -850,7 +864,6 @@ GUIOBJS = \ minifram.o \ msgdlg.o \ palette.o \ - pen.o \ radiobox.o \ radiobut.o \ region.o \ @@ -866,7 +879,9 @@ GUIOBJS = \ toolbar.o \ toplevel.o \ utils.o \ - window.o + window.o \ + brush.o \ + pen.o UNIXOBJS = \ dialup.o \