X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e968053fb3da6837c358a636955fc209ba45499..196cc38b26fb577274d307ba664dbc5a3196f301:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index e0bc24193e..5678c6509e 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -28,7 +28,7 @@ ALL_SOURCES = \ generic/propform.cpp \ generic/proplist.cpp \ generic/sashwin.cpp \ - generic/scrolwin.cpp \ + generic/scrlwing.cpp \ generic/splash.cpp \ generic/splitter.cpp \ generic/statusbr.cpp \ @@ -42,6 +42,7 @@ ALL_SOURCES = \ common/choiccmn.cpp \ common/clipcmn.cpp \ common/cmdline.cpp \ + common/cmdproc.cpp \ common/cmndata.cpp \ common/config.cpp \ common/cshelp.cpp \ @@ -103,6 +104,7 @@ ALL_SOURCES = \ common/mimecmn.cpp \ common/module.cpp \ common/mstream.cpp \ + common/nbkbase.cpp \ common/object.cpp \ common/objstrm.cpp \ common/paper.cpp \ @@ -139,6 +141,7 @@ ALL_SOURCES = \ common/wincmn.cpp \ common/wxchar.cpp \ common/wxexpr.cpp \ + common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ html/helpctrl.cpp \ @@ -180,6 +183,7 @@ ALL_HEADERS = \ choice.h \ clipbrd.h \ cmdline.h \ + cmdproc.h \ cmndata.h \ colordlg.h \ colour.h \ @@ -367,6 +371,7 @@ ALL_HEADERS = \ wx_cw_d.h \ wxchar.h \ wxexpr.h \ + xpmdecod.h \ wxhtml.h \ wxprec.h \ xpmhand.h \ @@ -429,6 +434,7 @@ COMMONOBJS = \ choiccmn.o \ clipcmn.o \ cmdline.o \ + cmdproc.o \ cmndata.o \ config.o \ cshelp.o \ @@ -492,6 +498,7 @@ COMMONOBJS = \ mimecmn.o \ module.o \ mstream.o \ + nbkbase.o \ object.o \ objstrm.o \ paper.o \ @@ -528,6 +535,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ + xpmdecod.o \ zipstrm.o \ zstream.o @@ -634,6 +642,7 @@ COMMONDEPS = \ wincmn.d \ wxchar.d \ wxexpr.d \ + xpmdecod.d \ zipstrm.d \ zstream.d @@ -726,7 +735,6 @@ GENERICDEPS = \ # Not included for Mac OS X # dirmac.o # filedlg.o -# notebook.o # statline.o # treectrl.o GUIOBJS = \ @@ -877,8 +885,8 @@ GUIDEPS = \ # gsocket.o # mimetype.o # threadpsx.o +# dialup.o UNIXOBJS = \ - dialup.o \ utilsunx.o \ dl_macosx.o @@ -937,3 +945,8 @@ HTMLDEPS = \ m_tables.d \ winpars.d +MACRESOURCES = \ + apprsrc.r \ + carbrsrc.r \ + corersrc.r +