X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69108ccb4e8de4279ffa0fdd4e23ea3666f84e92..71a660a3128c6c2a9262225136907e57dab33183:/src/mac/files.lst?ds=sidebyside diff --git a/src/mac/files.lst b/src/mac/files.lst index 446c67b348..95a30a2a55 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -29,6 +29,7 @@ ALL_SOURCES = \ generic/progdlgg.cpp \ generic/sashwin.cpp \ generic/scrlwing.cpp \ + generic/selstore.cpp \ generic/spinctlg.cpp \ generic/splash.cpp \ generic/splitter.cpp \ @@ -41,6 +42,7 @@ ALL_SOURCES = \ generic/treectlg.cpp \ generic/wizard.cpp \ common/accesscmn.cpp \ + common/appbase.cpp \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ @@ -84,6 +86,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 \ @@ -145,6 +149,7 @@ ALL_SOURCES = \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ + common/stopwatch.cpp \ common/strconv.cpp \ common/stream.cpp \ common/string.cpp \ @@ -248,6 +253,7 @@ ALL_SOURCES = \ mac/utilsexc.cpp \ mac/wave.cpp \ mac/window.cpp \ + unix/baseunix.cpp \ unix/snglinst.cpp \ unix/utilsunx.cpp \ html/helpctrl.cpp \ @@ -275,6 +281,7 @@ ALL_HEADERS = \ accel.h \ access.h \ app.h \ + apptrait.h \ arrimpl.cpp \ artprov.h \ bitmap.h \ @@ -349,6 +356,7 @@ ALL_HEADERS = \ filefn.h \ filename.h \ filesys.h \ + fmappriv.h \ font.h \ fontdlg.h \ fontenc.h \ @@ -443,6 +451,7 @@ ALL_HEADERS = \ sckstrm.h \ scrolbar.h \ scrolwin.h \ + selstore.h \ settings.h \ sizer.h \ slider.h \ @@ -629,10 +638,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 \ @@ -655,6 +667,7 @@ ALL_HEADERS = \ COMMONOBJS = \ accesscmn.o \ + appbase.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -698,6 +711,8 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ + fmapbase.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -759,6 +774,7 @@ COMMONOBJS = \ sizer.o \ socket.o \ statbar.o \ + stopwatch.o \ strconv.o \ stream.o \ string.o \ @@ -815,6 +831,7 @@ GENERICOBJS = \ progdlgg.o \ sashwin.o \ scrlwing.o \ + selstore.o \ spinctlg.o \ splash.o \ splitter.o \ @@ -908,6 +925,7 @@ GUIOBJS = \ window.o UNIXOBJS = \ + baseunix.o \ snglinst.o \ utilsunx.o