X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fa784572f2324fe246158d8eec9492fac604483..0598e263cecc205aff9a6735cf41803205fabbcb:/src/msw/files.lst diff --git a/src/msw/files.lst b/src/msw/files.lst index 56c834bf03..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 \ @@ -215,6 +216,7 @@ ALL_SOURCES = \ msw/helpwin.cpp \ msw/icon.cpp \ msw/imaglist.cpp \ + msw/iniconf.cpp \ msw/joystick.cpp \ msw/listbox.cpp \ msw/listctrl.cpp \ @@ -234,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 \ @@ -299,6 +302,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -405,6 +409,7 @@ ALL_HEADERS = \ imagxpm.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -581,6 +586,7 @@ ALL_HEADERS = \ msw/metafile.h \ msw/mimetype.h \ msw/minifram.h \ + msw/missing.h \ msw/msgdlg.h \ msw/mslu.h \ msw/msvcrt.h \ @@ -788,6 +794,7 @@ COMMONOBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -904,6 +911,7 @@ GUIOBJS = \ helpwin.o \ icon.o \ imaglist.o \ + iniconf.o \ joystick.o \ listbox.o \ listctrl.o \ @@ -922,6 +930,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -982,6 +991,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \