X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfe835d075811cc32e8e1340e8c84bdcd014def2..1b1d2207ea3fe0b04d021bc9e7fa31a5d9464727:/src/mac/files.lst diff --git a/src/mac/files.lst b/src/mac/files.lst index ebbd3012e3..c8e2c5552f 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -17,7 +17,6 @@ ALL_SOURCES = \ generic/gridctrl.cpp \ generic/gridsel.cpp \ generic/helpext.cpp \ - generic/helphtml.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -30,6 +29,7 @@ ALL_SOURCES = \ generic/progdlgg.cpp \ generic/sashwin.cpp \ generic/scrlwing.cpp \ + generic/selstore.cpp \ generic/spinctlg.cpp \ generic/splash.cpp \ generic/splitter.cpp \ @@ -85,6 +85,7 @@ ALL_SOURCES = \ common/filefn.cpp \ common/filename.cpp \ common/filesys.cpp \ + common/fldlgcmn.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ common/framecmn.cpp \ @@ -223,7 +224,6 @@ ALL_SOURCES = \ mac/palette.cpp \ mac/pen.cpp \ mac/pnghand.cpp \ - mac/print.cpp \ mac/printdlg.cpp \ mac/printmac.cpp \ mac/radiobox.cpp \ @@ -373,7 +373,6 @@ ALL_HEADERS = \ hashmap.h \ help.h \ helpbase.h \ - helphtml.h \ helpwin.h \ icon.h \ iconbndl.h \ @@ -446,6 +445,7 @@ ALL_HEADERS = \ sckstrm.h \ scrolbar.h \ scrolwin.h \ + selstore.h \ settings.h \ sizer.h \ slider.h \ @@ -609,7 +609,6 @@ ALL_HEADERS = \ generic/gridctrl.h \ generic/gridg.h \ generic/helpext.h \ - generic/helphtml.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -702,6 +701,7 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -807,7 +807,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - helphtml.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -820,6 +819,7 @@ GENERICOBJS = \ progdlgg.o \ sashwin.o \ scrlwing.o \ + selstore.o \ spinctlg.o \ splash.o \ splitter.o \ @@ -885,7 +885,6 @@ GUIOBJS = \ palette.o \ pen.o \ pnghand.o \ - print.o \ printdlg.o \ printmac.o \ radiobox.o \