X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/973ac5bbb2ca39f0f3e21b85c1c130d2215f1552..01f5f03e7f9c19ca75ae6dbd4050c2b54e52e406:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index f917dccb73..57feaa0e94 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -149,6 +149,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.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 \ @@ -766,6 +766,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -900,7 +901,6 @@ GUIOBJS = \ statlmac.o \ stattext.o \ tabctrl.o \ - taskbar.o \ textctrl.o \ thread.o \ timer.o \