X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9946aa4bf04dd44d13b03cbfc554159ab1a6a9dc..3fdac2ab39c2a8509a1b8f4a0589f4a82b410156:/src/x11/files.lst diff --git a/src/x11/files.lst b/src/x11/files.lst index ad1bf5cbc3..ab87a2abfd 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -51,7 +51,6 @@ ALL_SOURCES = \ generic/gridctrl.cpp \ generic/gridsel.cpp \ generic/helpext.cpp \ - generic/helphtml.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -65,6 +64,7 @@ ALL_SOURCES = \ generic/progdlgg.cpp \ generic/sashwin.cpp \ generic/scrlwing.cpp \ + generic/selstore.cpp \ generic/spinctlg.cpp \ generic/splash.cpp \ generic/splitter.cpp \ @@ -121,6 +121,7 @@ ALL_SOURCES = \ common/filefn.cpp \ common/filename.cpp \ common/filesys.cpp \ + common/fldlgcmn.cpp \ common/fontcmn.cpp \ common/fontmap.cpp \ common/framecmn.cpp \ @@ -341,7 +342,6 @@ ALL_HEADERS = \ hashmap.h \ help.h \ helpbase.h \ - helphtml.h \ helpwin.h \ icon.h \ iconbndl.h \ @@ -414,6 +414,7 @@ ALL_HEADERS = \ sckstrm.h \ scrolbar.h \ scrolwin.h \ + selstore.h \ settings.h \ sizer.h \ slider.h \ @@ -564,7 +565,6 @@ ALL_HEADERS = \ generic/gridctrl.h \ generic/gridg.h \ generic/helpext.h \ - generic/helphtml.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -692,6 +692,7 @@ COMMONOBJS = \ filefn.o \ filename.o \ filesys.o \ + fldlgcmn.o \ fontcmn.o \ fontmap.o \ framecmn.o \ @@ -800,7 +801,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - helphtml.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -814,6 +814,7 @@ GENERICOBJS = \ progdlgg.o \ sashwin.o \ scrlwing.o \ + selstore.o \ spinctlg.o \ splash.o \ splitter.o \