X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee65598f95309d64d69cfb4dd4191b3f567551fb..0e32fdb872d413f14da8ce045766f0e2f13e202d:/src/mac/files.lst?ds=sidebyside diff --git a/src/mac/files.lst b/src/mac/files.lst index 60edf92ad3..0d01e67e28 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -48,6 +48,7 @@ ALL_SOURCES = \ common/cmdline.cpp \ common/cmdproc.cpp \ common/cmndata.cpp \ + common/containr.cpp \ common/config.cpp \ common/cshelp.cpp \ common/ctrlcmn.cpp \ @@ -199,6 +200,7 @@ ALL_HEADERS = \ combobox.h \ confbase.h \ config.h \ + containr.h \ control.h \ cshelp.h \ ctrlsub.h \ @@ -446,6 +448,7 @@ COMMONOBJS = \ cmdproc.o \ cmndata.o \ config.o \ + containr.o \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ @@ -705,9 +708,9 @@ GENERICOBJS = \ proplist.o \ sashwin.o \ scrlwing.o \ - spinctlg.o \ splash.o \ splitter.o \ + spinctlg.o \ statusbr.o \ tabg.o \ tbarsmpl.o \ @@ -766,8 +769,8 @@ GENERICDEPS = \ # Not included for Mac OS X # dirmac.o # filedlg.o -# statline.o # spinctrl.o +# statline.o # treectrl.o GUIOBJS = \ accel.o \ @@ -934,8 +937,7 @@ GUIDEPS = \ # dialup.o UNIXOBJS = \ dir.o \ - utilsunx.o \ - dl_macosx.o + utilsunx.o UNIXDEPS = \ dialup.d \ @@ -945,8 +947,7 @@ UNIXDEPS = \ gsocket.d \ mimetype.d \ threadpsx.d \ - utilsunx.d \ - dl_macosx.d + utilsunx.d HTMLOBJS = \ helpctrl.o \