X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c15521c67eb8aba1994240262ba973aa11ef0086..229653c99e1d679aab15772a4a25909ca52c4d94:/src/msw/files.lst diff --git a/src/msw/files.lst b/src/msw/files.lst index 15e56d29b6..55c0c8ce9e 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 \ @@ -236,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 \ @@ -301,6 +303,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -432,6 +435,7 @@ ALL_HEADERS = \ minifram.h \ module.h \ msgdlg.h \ + msgout.h \ mstream.h \ notebook.h \ object.h \ @@ -492,6 +496,7 @@ ALL_HEADERS = \ textfile.h \ tglbtn.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tipdlg.h \ @@ -775,6 +780,7 @@ COMMONOBJS = \ menucmn.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ nbkbase.o \ object.o \ @@ -928,6 +934,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -976,6 +983,7 @@ GUI_LOWLEVEL_OBJS = \ dcmemory.o \ dcprint.o \ dcscreen.o \ + dde.o \ dib.o \ evtloop.o \ font.o \ @@ -988,6 +996,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \