X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfa2a1d92bcf7256cacd751a81fe131fedc121af..c71d3313a42a8fdc6efd6a0c49ad13def665ef2f:/src/os2/files.lst diff --git a/src/os2/files.lst b/src/os2/files.lst index 0721407ea3..5efee17b82 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -15,7 +15,6 @@ ALL_SOURCES = \ generic/gridctrl.cpp \ generic/gridsel.cpp \ generic/helpext.cpp \ - generic/helphtml.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -54,6 +53,7 @@ ALL_SOURCES = \ common/cshelp.cpp \ common/ctrlcmn.cpp \ common/ctrlsub.cpp \ + common/datacmn.cpp \ common/datetime.cpp \ common/datstrm.cpp \ common/db.cpp \ @@ -147,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 \ @@ -234,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 \ @@ -366,7 +366,6 @@ ALL_HEADERS = \ hashmap.h \ help.h \ helpbase.h \ - helphtml.h \ helpwin.h \ icon.h \ iconbndl.h \ @@ -567,7 +566,6 @@ ALL_HEADERS = \ os2/statline.h \ os2/stattext.h \ os2/tabctrl.h \ - os2/taskbar.h \ os2/textctrl.h \ os2/timer.h \ os2/toolbar.h \ @@ -591,7 +589,6 @@ ALL_HEADERS = \ generic/gridctrl.h \ generic/gridg.h \ generic/helpext.h \ - generic/helphtml.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -650,6 +647,7 @@ COMMONOBJS = \ cshelp.o \ ctrlcmn.o \ ctrlsub.o \ + datacmn.o \ datetime.o \ datstrm.o \ db.o \ @@ -743,6 +741,7 @@ COMMONOBJS = \ stream.o \ string.o \ sysopt.o \ + taskbarcmn.o \ tbarbase.o \ textbuf.o \ textcmn.o \ @@ -781,7 +780,6 @@ GENERICOBJS = \ gridctrl.o \ gridsel.o \ helpext.o \ - helphtml.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -872,7 +870,6 @@ GUIOBJS = \ statline.o \ stattext.o \ tabctrl.o \ - taskbar.o \ textctrl.o \ thread.o \ timer.o \