X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7391216edcb95b4e125c310120cf4b877c89073b..4769a5627519643ba2cfd8be8e329f806901d025:/src/msw/files.lst diff --git a/src/msw/files.lst b/src/msw/files.lst index 69ddf7699a..a4d6e527bf 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -113,6 +113,7 @@ ALL_SOURCES = \ common/menucmn.cpp \ common/mimecmn.cpp \ common/module.cpp \ + common/msgout.cpp \ common/mstream.cpp \ common/nbkbase.cpp \ common/object.cpp \ @@ -130,6 +131,7 @@ ALL_SOURCES = \ common/sckfile.cpp \ common/sckipc.cpp \ common/sckstrm.cpp \ + common/settcmn.cpp \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ @@ -235,6 +237,7 @@ ALL_SOURCES = \ msw/palette.cpp \ msw/pen.cpp \ msw/penwin.cpp \ + msw/popupwin.cpp \ msw/printdlg.cpp \ msw/printwin.cpp \ msw/radiobox.cpp \ @@ -300,6 +303,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -355,6 +359,7 @@ ALL_HEADERS = \ dynarray.h \ dynlib.h \ dynload.h \ + effects.h \ encconv.h \ event.h \ expr.h \ @@ -414,6 +419,7 @@ ALL_HEADERS = \ layout.h \ laywin.h \ list.h \ + listbase.h \ listbox.h \ listctrl.h \ listimpl.cpp \ @@ -431,6 +437,7 @@ ALL_HEADERS = \ minifram.h \ module.h \ msgdlg.h \ + msgout.h \ mstream.h \ notebook.h \ object.h \ @@ -491,6 +498,7 @@ ALL_HEADERS = \ textfile.h \ tglbtn.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tipdlg.h \ @@ -650,6 +658,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ + generic/mdig.cpp \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -662,6 +671,7 @@ ALL_HEADERS = \ generic/spinctlg.h \ generic/splash.h \ generic/splitter.h \ + generic/statline.h \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ @@ -774,6 +784,7 @@ COMMONOBJS = \ menucmn.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ nbkbase.o \ object.o \ @@ -791,6 +802,7 @@ COMMONOBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -926,6 +938,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -974,6 +987,7 @@ GUI_LOWLEVEL_OBJS = \ dcmemory.o \ dcprint.o \ dcscreen.o \ + dde.o \ dib.o \ evtloop.o \ font.o \ @@ -986,6 +1000,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \