X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7391216edcb95b4e125c310120cf4b877c89073b..a6dfe11fefaec5179d9af6a0ec2e78d9388ee5a3:/src/msw/files.lst?ds=inline diff --git a/src/msw/files.lst b/src/msw/files.lst index 69ddf7699a..aaa0fd29af 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -130,6 +130,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 +236,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 +302,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -791,6 +794,7 @@ COMMONOBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -926,6 +930,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -986,6 +991,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \