X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc0e23b8fb35c8b0e527594f96fa91c57a067b3a..f68c6b523c1117c90c1cf690745c807bc024789d:/src/os2/files.lst diff --git a/src/os2/files.lst b/src/os2/files.lst index 8ea0b72d6f..4242bb5203 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -9,6 +9,7 @@ ALL_SOURCES = \ generic/dcbuffer.cpp \ generic/dcpsg.cpp \ generic/dirctrlg.cpp \ + generic/dirdlgg.cpp \ generic/fdrepdlg.cpp \ generic/grid.cpp \ generic/gridctrl.cpp \ @@ -19,6 +20,7 @@ ALL_SOURCES = \ generic/laywin.cpp \ generic/listctrl.cpp \ generic/logg.cpp \ + generic/mdig.cpp \ generic/msgdlgg.cpp \ generic/numdlgg.cpp \ generic/panelg.cpp \ @@ -193,7 +195,6 @@ ALL_SOURCES = \ os2/dcscreen.cpp \ os2/dialog.cpp \ os2/dir.cpp \ - os2/dirdlg.cpp \ os2/dnd.cpp \ os2/filedlg.cpp \ os2/font.cpp \ @@ -212,12 +213,10 @@ ALL_SOURCES = \ os2/joystick.cpp \ os2/listbox.cpp \ os2/main.cpp \ - os2/mdi.cpp \ os2/menu.cpp \ os2/menuitem.cpp \ os2/metafile.cpp \ os2/mimetype.cpp \ - os2/minifram.cpp \ os2/msgdlg.cpp \ os2/nativdlg.cpp \ os2/notebook.cpp \ @@ -265,7 +264,6 @@ ALL_SOURCES = \ html/m_layout.cpp \ html/m_links.cpp \ html/m_list.cpp \ - html/m_meta.cpp \ html/m_pre.cpp \ html/m_style.cpp \ html/m_tables.cpp \ @@ -336,6 +334,7 @@ ALL_HEADERS = \ dynarray.h \ dynlib.h \ dynload.h \ + effects.h \ encconv.h \ event.h \ expr.h \ @@ -386,6 +385,7 @@ ALL_HEADERS = \ imagtiff.h \ imagxpm.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ ipc.h \ ipcbase.h \ @@ -395,6 +395,7 @@ ALL_HEADERS = \ layout.h \ laywin.h \ list.h \ + listbase.h \ listbox.h \ listctrl.h \ listimpl.cpp \ @@ -432,6 +433,7 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ regex.h \ @@ -533,7 +535,6 @@ ALL_HEADERS = \ os2/dcprint.h \ os2/dcscreen.h \ os2/dialog.h \ - os2/dirdlg.h \ os2/dnd.h \ os2/filedlg.h \ os2/font.h \ @@ -548,7 +549,6 @@ ALL_HEADERS = \ os2/iniconf.h \ os2/joystick.h \ os2/listbox.h \ - os2/mdi.h \ os2/menu.h \ os2/menuitem.h \ os2/metafile.h \ @@ -603,6 +603,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -615,6 +616,7 @@ ALL_HEADERS = \ generic/spinctlg.h \ generic/splash.h \ generic/splitter.h \ + generic/statline.h \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ @@ -780,6 +782,7 @@ GENERICOBJS = \ dcbuffer.o \ dcpsg.o \ dirctrlg.o \ + dirdlgg.o \ fdrepdlg.o \ grid.o \ gridctrl.o \ @@ -790,6 +793,7 @@ GENERICOBJS = \ laywin.o \ listctrl.o \ logg.o \ + mdig.o \ msgdlgg.o \ numdlgg.o \ panelg.o \ @@ -837,7 +841,6 @@ GUIOBJS = \ dcscreen.o \ dialog.o \ dir.o \ - dirdlg.o \ dnd.o \ filedlg.o \ font.o \ @@ -856,12 +859,10 @@ GUIOBJS = \ joystick.o \ listbox.o \ main.o \ - mdi.o \ menu.o \ menuitem.o \ metafile.o \ mimetype.o \ - minifram.o \ msgdlg.o \ nativdlg.o \ notebook.o \ @@ -913,7 +914,6 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ m_style.o \ m_tables.o \