X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f435c1f030721cd3ab023ae346f895924c29c8e8..aad65f130d9cb77d0e9f2b7b580c54712386f77a:/src/msw/files.lst diff --git a/src/msw/files.lst b/src/msw/files.lst index 2048f454a6..aaa0fd29af 100644 --- a/src/msw/files.lst +++ b/src/msw/files.lst @@ -88,9 +88,11 @@ ALL_SOURCES = \ common/hashmap.cpp \ common/helpbase.cpp \ common/http.cpp \ + common/iconbndl.cpp \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ + common/imagfill.cpp \ common/imaggif.cpp \ common/imagiff.cpp \ common/imagjpeg.cpp \ @@ -128,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 \ @@ -213,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 \ @@ -232,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 \ @@ -297,6 +302,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -389,6 +395,7 @@ ALL_HEADERS = \ helphtml.h \ helpwin.h \ icon.h \ + iconbndl.h \ imagbmp.h \ image.h \ imaggif.h \ @@ -402,6 +409,7 @@ ALL_HEADERS = \ imagxpm.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -578,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 \ @@ -641,7 +650,6 @@ ALL_HEADERS = \ generic/gridg.h \ generic/helpext.h \ generic/helphtml.h \ - generic/helpwxht.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -667,6 +675,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ html/helpdata.h \ @@ -743,9 +752,11 @@ COMMONOBJS = \ hashmap.o \ helpbase.o \ http.o \ + iconbndl.o \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ imagiff.o \ imagjpeg.o \ @@ -783,6 +794,7 @@ COMMONOBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -899,6 +911,7 @@ GUIOBJS = \ helpwin.o \ icon.o \ imaglist.o \ + iniconf.o \ joystick.o \ listbox.o \ listctrl.o \ @@ -917,6 +930,7 @@ GUIOBJS = \ palette.o \ pen.o \ penwin.o \ + popupwin.o \ printdlg.o \ printwin.o \ radiobox.o \ @@ -977,6 +991,7 @@ GUI_LOWLEVEL_OBJS = \ main.o \ palette.o \ pen.o \ + popupwin.o \ regconf.o \ region.o \ registry.o \