X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ce8d6a2b0fec3ce3f6e838445fdea3445d2ce8d..11c084163e3702692586f70a9414dca97bb2a2d6:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 10a3a6674d..91ad6317f6 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -17,7 +17,6 @@ ALL_SOURCES = \ generic/gridctrl.cpp \ generic/gridsel.cpp \ generic/helpext.cpp \ - generic/helphtml.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -60,6 +59,7 @@ ALL_SOURCES = \ common/cshelp.cpp \ common/ctrlcmn.cpp \ common/ctrlsub.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -178,7 +178,6 @@ ALL_SOURCES = \ common/zstream.cpp \ motif/accel.cpp \ motif/app.cpp \ - motif/bitmap.cpp \ motif/bmpbuttn.cpp \ motif/bmpmotif.cpp \ motif/button.cpp \ @@ -217,7 +216,6 @@ ALL_SOURCES = \ motif/palette.cpp \ motif/radiobox.cpp \ motif/radiobut.cpp \ - motif/region.cpp \ motif/scrolbar.cpp \ motif/settings.cpp \ motif/slider.cpp \ @@ -231,8 +229,10 @@ ALL_SOURCES = \ motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/bitmap.cpp \ x11/brush.cpp \ x11/pen.cpp \ + x11/region.cpp \ x11/utilsx.cpp \ unix/dialup.cpp \ unix/dir.cpp \ @@ -367,7 +367,6 @@ ALL_HEADERS = \ hashmap.h \ help.h \ helpbase.h \ - helphtml.h \ helpwin.h \ icon.h \ iconbndl.h \ @@ -507,7 +506,6 @@ ALL_HEADERS = \ zstream.h \ motif/accel.h \ motif/app.h \ - motif/bitmap.h \ motif/bmpbuttn.h \ motif/bmpmotif.h \ motif/button.h \ @@ -521,6 +519,7 @@ ALL_HEADERS = \ motif/cursor.h \ motif/dataform.h \ motif/dataobj.h \ + motif/dataobj2.h \ motif/dc.h \ motif/dcclient.h \ motif/dcmemory.h \ @@ -546,7 +545,6 @@ ALL_HEADERS = \ motif/private.h \ motif/radiobox.h \ motif/radiobut.h \ - motif/region.h \ motif/scrolbar.h \ motif/settings.h \ motif/slider.h \ @@ -576,7 +574,6 @@ ALL_HEADERS = \ generic/gridctrl.h \ generic/gridg.h \ generic/helpext.h \ - generic/helphtml.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -623,8 +620,11 @@ ALL_HEADERS = \ protocol/ftp.h \ protocol/http.h \ protocol/protocol.h \ + x11/bitmap.h \ x11/brush.h \ - x11/pen.h + x11/pen.h \ + x11/privx.h \ + x11/region.h COMMONOBJS = \ accesscmn.o \ @@ -643,6 +643,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -777,7 +778,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - helphtml.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -809,7 +809,6 @@ GUIOBJS = \ xmcombo.o \ accel.o \ app.o \ - bitmap.o \ bmpbuttn.o \ bmpmotif.o \ button.o \ @@ -848,7 +847,6 @@ GUIOBJS = \ palette.o \ radiobox.o \ radiobut.o \ - region.o \ scrolbar.o \ settings.o \ slider.o \ @@ -862,8 +860,10 @@ GUIOBJS = \ toplevel.o \ utils.o \ window.o \ + bitmap.o \ brush.o \ pen.o \ + region.o \ utilsx.o UNIXOBJS = \