X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a736129895a619c83f43de011e2c2aed3e71b5f..3faedeb065c67cb17ee8e271c9506e0477af5e3d:/src/os2/files.lst diff --git a/src/os2/files.lst b/src/os2/files.lst index c74d9323fc..95ae7bdc5a 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -27,9 +27,6 @@ ALL_SOURCES = \ generic/printps.cpp \ generic/prntdlgg.cpp \ generic/progdlgg.cpp \ - generic/prop.cpp \ - generic/propform.cpp \ - generic/proplist.cpp \ generic/sashwin.cpp \ generic/scrlwing.cpp \ generic/spinctlg.cpp \ @@ -41,7 +38,6 @@ ALL_SOURCES = \ generic/tipdlg.cpp \ generic/tipwin.cpp \ generic/treectlg.cpp \ - generic/treelay.cpp \ generic/wizard.cpp \ common/accesscmn.cpp \ common/appcmn.cpp \ @@ -138,7 +134,6 @@ ALL_SOURCES = \ common/quantize.cpp \ common/radiocmn.cpp \ common/regex.cpp \ - common/resource.cpp \ common/rgncmn.cpp \ common/sckaddr.cpp \ common/sckfile.cpp \ @@ -152,6 +147,7 @@ ALL_SOURCES = \ common/stream.cpp \ common/string.cpp \ common/sysopt.cpp \ + common/taskbarcmn.cpp \ common/tbarbase.cpp \ common/textbuf.cpp \ common/textcmn.cpp \ @@ -171,7 +167,6 @@ ALL_SOURCES = \ common/wfstream.cpp \ common/wincmn.cpp \ common/wxchar.cpp \ - common/wxexpr.cpp \ common/xpmdecod.cpp \ common/zipstrm.cpp \ common/zstream.cpp \ @@ -240,7 +235,6 @@ ALL_SOURCES = \ os2/statline.cpp \ os2/stattext.cpp \ os2/tabctrl.cpp \ - os2/taskbar.cpp \ os2/textctrl.cpp \ os2/thread.cpp \ os2/timer.cpp \ @@ -341,7 +335,6 @@ ALL_HEADERS = \ effects.h \ encconv.h \ event.h \ - expr.h \ fdrepdlg.h \ features.h \ ffile.h \ @@ -434,16 +427,12 @@ ALL_HEADERS = \ prntbase.h \ process.h \ progdlg.h \ - prop.h \ - propform.h \ - proplist.h \ quantize.h \ radiobox.h \ radiobut.h \ rawbmp.h \ regex.h \ region.h \ - resource.h \ sashwin.h \ sckaddr.h \ sckipc.h \ @@ -510,7 +499,6 @@ ALL_HEADERS = \ wx_cw_cm.h \ wx_cw_d.h \ wxchar.h \ - wxexpr.h \ wxhtml.h \ wxprec.h \ xpmdecod.h \ @@ -579,7 +567,6 @@ ALL_HEADERS = \ os2/statline.h \ os2/stattext.h \ os2/tabctrl.h \ - os2/taskbar.h \ os2/textctrl.h \ os2/timer.h \ os2/toolbar.h \ @@ -742,7 +729,6 @@ COMMONOBJS = \ quantize.o \ radiocmn.o \ regex.o \ - resource.o \ rgncmn.o \ sckaddr.o \ sckfile.o \ @@ -756,6 +742,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -775,7 +762,6 @@ COMMONOBJS = \ wfstream.o \ wincmn.o \ wxchar.o \ - wxexpr.o \ xpmdecod.o \ zipstrm.o \ zstream.o @@ -807,9 +793,6 @@ GENERICOBJS = \ printps.o \ prntdlgg.o \ progdlgg.o \ - prop.o \ - propform.o \ - proplist.o \ sashwin.o \ scrlwing.o \ spinctlg.o \ @@ -821,7 +804,6 @@ GENERICOBJS = \ tipdlg.o \ tipwin.o \ treectlg.o \ - treelay.o \ wizard.o GUIOBJS = \ @@ -890,7 +872,6 @@ GUIOBJS = \ statline.o \ stattext.o \ tabctrl.o \ - taskbar.o \ textctrl.o \ thread.o \ timer.o \