X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0126f60944520124c6ef8d2c5e60caf55d4266a..7c9428abfdecf5e22c5c26e7d08b2ea72cf4277f:/src/x11/files.lst diff --git a/src/x11/files.lst b/src/x11/files.lst index 809074b21f..d2f8943cb4 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -77,6 +77,7 @@ ALL_SOURCES = \ generic/treectlg.cpp \ generic/wizard.cpp \ common/accesscmn.cpp \ + common/appbase.cpp \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ @@ -121,6 +122,8 @@ ALL_SOURCES = \ common/filefn.cpp \ common/filename.cpp \ common/filesys.cpp \ + common/fldlgcmn.cpp \ + common/fmapbase.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ common/framecmn.cpp \ @@ -182,6 +185,7 @@ ALL_SOURCES = \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ + common/stopwatch.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ @@ -209,6 +213,7 @@ ALL_SOURCES = \ common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ + unix/baseunix.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/fontenum.cpp \ @@ -245,6 +250,7 @@ ALL_HEADERS = \ accel.h \ access.h \ app.h \ + apptrait.h \ arrimpl.cpp \ artprov.h \ bitmap.h \ @@ -319,6 +325,7 @@ ALL_HEADERS = \ filefn.h \ filename.h \ filesys.h \ + fmappriv.h \ font.h \ fontdlg.h \ fontenc.h \ @@ -587,10 +594,13 @@ ALL_HEADERS = \ generic/timer.h \ generic/treectlg.h \ generic/wizard.h \ + unix/apptbase.h \ + unix/apptrait.h \ unix/execute.h \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/pipe.h \ unix/taskbarx11.h \ unix/utilsx11.h \ html/forcelnk.h \ @@ -647,6 +657,7 @@ GUI_LOWLEVEL_OBJS = \ COMMONOBJS = \ accesscmn.o \ + appbase.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -691,6 +702,8 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ + fmapbase.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -752,6 +765,7 @@ COMMONOBJS = \ sizer.o \ socket.o \ statbar.o \ + stopwatch.o \ strconv.o \ stream.o \ string.o \ @@ -826,6 +840,7 @@ GENERICOBJS = \ wizard.o UNIXOBJS = \ + baseunix.o \ dialup.o \ dir.o \ fontenum.o \