X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/973ac5bbb2ca39f0f3e21b85c1c130d2215f1552..e2a5251d0109a1be6b9ce5c818d89f56ebfaeae1:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index f917dccb73..ebbd3012e3 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -57,6 +57,7 @@ ALL_SOURCES = \ common/cshelp.cpp \ common/ctrlcmn.cpp \ common/ctrlsub.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -238,7 +239,6 @@ ALL_SOURCES = \ mac/statlmac.cpp \ mac/stattext.cpp \ mac/tabctrl.cpp \ - mac/taskbar.cpp \ mac/textctrl.cpp \ mac/thread.cpp \ mac/timer.cpp \ @@ -584,7 +584,6 @@ ALL_HEADERS = \ mac/stattext.h \ mac/statusbr.h \ mac/tabctrl.h \ - mac/taskbar.h \ mac/textctrl.h \ mac/timer.h \ mac/toolbar.h \ @@ -638,6 +637,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -674,6 +674,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -900,7 +901,6 @@ GUIOBJS = \ statlmac.o \ stattext.o \ tabctrl.o \ - taskbar.o \ textctrl.o \ thread.o \ timer.o \