X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef5cfa38893daebb0fb830e788ec378cd7d0f882..99e8cb505ad94704ec6596d20842ca8fa34e7d9e:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index 2da155eea5..95a30a2a55 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -42,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 \ @@ -85,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 \ @@ -146,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 \ @@ -249,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 \ @@ -276,6 +281,7 @@ ALL_HEADERS = \ accel.h \ access.h \ app.h \ + apptrait.h \ arrimpl.cpp \ artprov.h \ bitmap.h \ @@ -350,6 +356,7 @@ ALL_HEADERS = \ filefn.h \ filename.h \ filesys.h \ + fmappriv.h \ font.h \ fontdlg.h \ fontenc.h \ @@ -631,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 \ @@ -657,6 +667,7 @@ ALL_HEADERS = \ COMMONOBJS = \ accesscmn.o \ + appbase.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -700,6 +711,8 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ + fmapbase.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -761,6 +774,7 @@ COMMONOBJS = \ sizer.o \ socket.o \ statbar.o \ + stopwatch.o \ strconv.o \ stream.o \ string.o \ @@ -805,7 +819,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - htmllbox.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -829,8 +842,6 @@ GENERICOBJS = \ tipdlg.o \ tipwin.o \ treectlg.o \ - vlbox.o \ - vscroll.o \ wizard.o GUIOBJS = \ @@ -914,6 +925,7 @@ GUIOBJS = \ window.o UNIXOBJS = \ + baseunix.o \ snglinst.o \ utilsunx.o