X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/569a2ae9efa226338ff67e3d509a8f1d0ae26165..49a91764b57168d9f441578001b3206a7330ee70:/src/mac/carbon/files.lst?ds=sidebyside diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 763370b66c..0537390bae 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -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 \ @@ -90,6 +91,7 @@ ALL_SOURCES = \ common/imagpng.cpp \ common/imagpnm.cpp \ common/imagtiff.cpp \ + common/imagxpm.cpp \ common/intl.cpp \ common/ipcbase.cpp \ common/layout.cpp \ @@ -138,6 +140,7 @@ ALL_SOURCES = \ common/wincmn.cpp \ common/wxchar.cpp \ common/wxexpr.cpp \ + common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ html/helpctrl.cpp \ @@ -179,6 +182,7 @@ ALL_HEADERS = \ choice.h \ clipbrd.h \ cmdline.h \ + cmdproc.h \ cmndata.h \ colordlg.h \ colour.h \ @@ -259,6 +263,7 @@ ALL_HEADERS = \ imagpng.h \ imagpnm.h \ imagtiff.h \ + imagxpm.h \ intl.h \ ioswrap.h \ ipcbase.h \ @@ -365,6 +370,7 @@ ALL_HEADERS = \ wx_cw_d.h \ wxchar.h \ wxexpr.h \ + xpmdecod.h \ wxhtml.h \ wxprec.h \ xpmhand.h \ @@ -427,6 +433,7 @@ COMMONOBJS = \ choiccmn.o \ clipcmn.o \ cmdline.o \ + cmdproc.o \ cmndata.o \ config.o \ cshelp.o \ @@ -476,6 +483,7 @@ COMMONOBJS = \ imagpng.o \ imagpnm.o \ imagtiff.o \ + imagxpm.o \ intl.o \ ipcbase.o \ layout.o \ @@ -525,6 +533,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ + xpmdecod.o \ zipstrm.o \ zstream.o @@ -582,6 +591,7 @@ COMMONDEPS = \ imagpng.d \ imagpnm.d \ imagtiff.d \ + imagxpm.d \ intl.d \ ipcbase.d \ layout.d \ @@ -630,14 +640,12 @@ COMMONDEPS = \ wincmn.d \ wxchar.d \ wxexpr.d \ + xpmdecod.d \ zipstrm.d \ zstream.d # Not included for Mac OS X # gridg.o -# imaglist.o -# listctrl.o -# statusbr.o GENERICOBJS = \ busyinfo.o \ calctrl.o \ @@ -656,7 +664,9 @@ GENERICOBJS = \ helphtml.o \ helpwxht.o \ helpxlp.o \ + imaglist.o \ laywin.o \ + listctrl.o \ logg.o \ msgdlgg.o \ numdlgg.o \ @@ -671,6 +681,7 @@ GENERICOBJS = \ scrolwin.o \ splash.o \ splitter.o \ + statusbr.o \ tabg.o \ tbarsmpl.o \ textdlgg.o \ @@ -720,9 +731,8 @@ GENERICDEPS = \ wizard.d # Not included for Mac OS X -# dir.o +# dirmac.o # filedlg.o -# notebook.o # statline.o # treectrl.o GUIOBJS = \ @@ -750,7 +760,7 @@ GUIOBJS = \ dcprint.o \ dcscreen.o \ dialog.o \ - dirmac.o \ + dir.o \ dnd.o \ font.o \ fontdlg.o \ @@ -761,10 +771,8 @@ GUIOBJS = \ gdiobj.o \ gsocket.o \ icon.o \ - imaglist.o \ joystick.o \ listbox.o \ - listctrl.o \ macnotfy.o \ main.o \ mdi.o \ @@ -788,6 +796,7 @@ GUIOBJS = \ settings.o \ slider.o \ spinbutt.o \ + spinctrl.o \ statbmp.o \ statbox.o \ statbrma.o \ @@ -874,8 +883,8 @@ GUIDEPS = \ # gsocket.o # mimetype.o # threadpsx.o +# dialup.o UNIXOBJS = \ - dialup.o \ utilsunx.o \ dl_macosx.o @@ -934,3 +943,8 @@ HTMLDEPS = \ m_tables.d \ winpars.d +MACRESOURCES = \ + apprsrc.r \ + carbrsrc.r \ + corersrc.r +