X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fc9385a2c0054257b8c48d22d3a523afd6252a6..d56327cd0662d31960bea19c7570fd9854af1bd0:/src/gtk1/files.lst diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 749c0a0457..10b246e187 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -59,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 \ @@ -152,6 +153,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -244,6 +246,7 @@ ALL_SOURCES = \ unix/gsocket.c \ unix/mimetype.cpp \ unix/snglinst.cpp \ + unix/taskbarx11.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ unix/utilsx11.cpp \ @@ -611,6 +614,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ @@ -646,6 +650,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -739,6 +744,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -951,6 +957,7 @@ UNIXOBJS = \ gsocket.o \ mimetype.o \ snglinst.o \ + taskbarx11.o \ threadpsx.o \ utilsunx.o \ utilsx11.o