X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de89696245e7d6a83529ef696fc4a725218eb9b9..8c571f4650928d1aef4b35b3fcee713f7e8801af:/src/mgl/files.lst diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 73cc43fac6..ae4447ff70 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -45,6 +45,7 @@ ALL_SOURCES = \ generic/treectlg.cpp \ generic/wizard.cpp \ common/accesscmn.cpp \ + common/appbase.cpp \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ @@ -90,6 +91,7 @@ ALL_SOURCES = \ common/filename.cpp \ common/filesys.cpp \ common/fldlgcmn.cpp \ + common/fmapbase.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ common/framecmn.cpp \ @@ -151,6 +153,7 @@ ALL_SOURCES = \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ + common/stopwatch.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ @@ -203,6 +206,7 @@ ALL_SOURCES = \ mgl/toplevel.cpp \ mgl/utils.cpp \ mgl/window.cpp \ + unix/baseunix.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/gsocket.c \ @@ -235,6 +239,7 @@ ALL_HEADERS = \ accel.h \ access.h \ app.h \ + apptrait.h \ arrimpl.cpp \ artprov.h \ bitmap.h \ @@ -309,6 +314,7 @@ ALL_HEADERS = \ filefn.h \ filename.h \ filesys.h \ + fmappriv.h \ font.h \ fontdlg.h \ fontenc.h \ @@ -529,10 +535,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 \ @@ -555,6 +564,7 @@ ALL_HEADERS = \ COMMONOBJS = \ accesscmn.o \ + appbase.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -600,6 +610,7 @@ COMMONOBJS = \ filename.o \ filesys.o \ fldlgcmn.o \ + fmapbase.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -661,6 +672,7 @@ COMMONOBJS = \ sizer.o \ socket.o \ statbar.o \ + stopwatch.o \ strconv.o \ stream.o \ string.o \ @@ -762,6 +774,7 @@ GUI_LOWLEVEL_OBJS = \ window.o UNIXOBJS = \ + baseunix.o \ dialup.o \ dir.o \ gsocket.o \