X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e564aa153eb1dc5ebd9f8c9f5f055c2a49c15b05..e7300ec6d9ebbd1cfa2fcf12c0ce6e5aee85a152:/src/msw/files.lst diff --git a/src/msw/files.lst b/src/msw/files.lst index fcd6a7f740..8742a5817f 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 \ @@ -213,6 +215,7 @@ ALL_SOURCES = \ msw/helpwin.cpp \ msw/icon.cpp \ msw/imaglist.cpp \ + msw/iniconf.cpp \ msw/joystick.cpp \ msw/listbox.cpp \ msw/listctrl.cpp \ @@ -389,6 +392,7 @@ ALL_HEADERS = \ helphtml.h \ helpwin.h \ icon.h \ + iconbndl.h \ imagbmp.h \ image.h \ imaggif.h \ @@ -666,6 +670,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ html/helpdata.h \ @@ -742,9 +747,11 @@ COMMONOBJS = \ hashmap.o \ helpbase.o \ http.o \ + iconbndl.o \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ imagiff.o \ imagjpeg.o \ @@ -898,6 +905,7 @@ GUIOBJS = \ helpwin.o \ icon.o \ imaglist.o \ + iniconf.o \ joystick.o \ listbox.o \ listctrl.o \