X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ce8d6a2b0fec3ce3f6e838445fdea3445d2ce8d..878711c01c1b9ad5b97d35f379a048b8ce1bfb49:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 10a3a6674d..8e0dfe314e 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -60,6 +60,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 +179,6 @@ ALL_SOURCES = \ common/zstream.cpp \ motif/accel.cpp \ motif/app.cpp \ - motif/bitmap.cpp \ motif/bmpbuttn.cpp \ motif/bmpmotif.cpp \ motif/button.cpp \ @@ -231,6 +231,7 @@ ALL_SOURCES = \ motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/bitmap.cpp \ x11/brush.cpp \ x11/pen.cpp \ x11/utilsx.cpp \ @@ -507,7 +508,6 @@ ALL_HEADERS = \ zstream.h \ motif/accel.h \ motif/app.h \ - motif/bitmap.h \ motif/bmpbuttn.h \ motif/bmpmotif.h \ motif/button.h \ @@ -623,6 +623,7 @@ ALL_HEADERS = \ protocol/ftp.h \ protocol/http.h \ protocol/protocol.h \ + x11/bitmap.h \ x11/brush.h \ x11/pen.h @@ -643,6 +644,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -809,7 +811,6 @@ GUIOBJS = \ xmcombo.o \ accel.o \ app.o \ - bitmap.o \ bmpbuttn.o \ bmpmotif.o \ button.o \ @@ -862,6 +863,7 @@ GUIOBJS = \ toplevel.o \ utils.o \ window.o \ + bitmap.o \ brush.o \ pen.o \ utilsx.o