X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfa2a1d92bcf7256cacd751a81fe131fedc121af..e2a5251d0109a1be6b9ce5c818d89f56ebfaeae1:/src/motif/files.lst diff --git a/src/motif/files.lst b/src/motif/files.lst index 508bdee46c..8e0dfe314e 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -43,7 +43,6 @@ ALL_SOURCES = \ generic/tipdlg.cpp \ generic/tipwin.cpp \ generic/treectlg.cpp \ - generic/treelay.cpp \ generic/wizard.cpp \ common/accesscmn.cpp \ common/appcmn.cpp \ @@ -61,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 \ @@ -154,6 +154,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.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,8 +231,10 @@ ALL_SOURCES = \ motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/bitmap.cpp \ x11/brush.cpp \ x11/pen.cpp \ + x11/utilsx.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/fontenum.cpp \ @@ -240,6 +242,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -505,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 \ @@ -602,6 +604,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -620,6 +623,7 @@ ALL_HEADERS = \ protocol/ftp.h \ protocol/http.h \ protocol/protocol.h \ + x11/bitmap.h \ x11/brush.h \ x11/pen.h @@ -640,6 +644,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -733,6 +738,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -799,14 +805,12 @@ GENERICOBJS = \ tipdlg.o \ tipwin.o \ treectlg.o \ - treelay.o \ wizard.o GUIOBJS = \ xmcombo.o \ accel.o \ app.o \ - bitmap.o \ bmpbuttn.o \ bmpmotif.o \ button.o \ @@ -859,8 +863,10 @@ GUIOBJS = \ toplevel.o \ utils.o \ window.o \ + bitmap.o \ brush.o \ - pen.o + pen.o \ + utilsx.o UNIXOBJS = \ dialup.o \ @@ -870,6 +876,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o