X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/569a2ae9efa226338ff67e3d509a8f1d0ae26165..dd107c50be43e8d4dbdba20df162faf119a3781c:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index 763370b66c..e628fe490e 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -90,6 +90,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 +139,7 @@ ALL_SOURCES = \ common/wincmn.cpp \ common/wxchar.cpp \ common/wxexpr.cpp \ + common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ html/helpctrl.cpp \ @@ -259,6 +261,7 @@ ALL_HEADERS = \ imagpng.h \ imagpnm.h \ imagtiff.h \ + imagxpm.h \ intl.h \ ioswrap.h \ ipcbase.h \ @@ -365,6 +368,7 @@ ALL_HEADERS = \ wx_cw_d.h \ wxchar.h \ wxexpr.h \ + xpmdecod.h \ wxhtml.h \ wxprec.h \ xpmhand.h \ @@ -476,6 +480,7 @@ COMMONOBJS = \ imagpng.o \ imagpnm.o \ imagtiff.o \ + imagxpm.o \ intl.o \ ipcbase.o \ layout.o \ @@ -525,6 +530,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ + xpmdecod.o \ zipstrm.o \ zstream.o @@ -582,6 +588,7 @@ COMMONDEPS = \ imagpng.d \ imagpnm.d \ imagtiff.d \ + imagxpm.d \ intl.d \ ipcbase.d \ layout.d \ @@ -630,14 +637,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 +661,9 @@ GENERICOBJS = \ helphtml.o \ helpwxht.o \ helpxlp.o \ + imaglist.o \ laywin.o \ + listctrl.o \ logg.o \ msgdlgg.o \ numdlgg.o \ @@ -671,6 +678,7 @@ GENERICOBJS = \ scrolwin.o \ splash.o \ splitter.o \ + statusbr.o \ tabg.o \ tbarsmpl.o \ textdlgg.o \ @@ -720,9 +728,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 +757,7 @@ GUIOBJS = \ dcprint.o \ dcscreen.o \ dialog.o \ - dirmac.o \ + dir.o \ dnd.o \ font.o \ fontdlg.o \ @@ -761,10 +768,8 @@ GUIOBJS = \ gdiobj.o \ gsocket.o \ icon.o \ - imaglist.o \ joystick.o \ listbox.o \ - listctrl.o \ macnotfy.o \ main.o \ mdi.o \ @@ -788,6 +793,7 @@ GUIOBJS = \ settings.o \ slider.o \ spinbutt.o \ + spinctrl.o \ statbmp.o \ statbox.o \ statbrma.o \ @@ -934,3 +940,8 @@ HTMLDEPS = \ m_tables.d \ winpars.d +MACRESOURCES = \ + apprsrc.r \ + carbrsrc.r \ + corersrc.r +