X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab5a0b5d334af70d9f63b56764a2478c60a8bcf9..95724b1aa2f7248091cdec506d4678b4fbcea20d:/src/msw/Makefile.am diff --git a/src/msw/Makefile.am b/src/msw/Makefile.am index ca0a9b9a8b..2923f8b3c5 100644 --- a/src/msw/Makefile.am +++ b/src/msw/Makefile.am @@ -12,7 +12,7 @@ SUFFIXES = .cpp .c DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) LIBS = $(GUILIBS) -VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${EXTRA_VPATH} +VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH} EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}" @@ -41,6 +41,7 @@ libwx_msw_la_SOURCES = \ module.cpp \ object.cpp \ string.cpp \ + strconv.cpp \ timercmn.cpp \ utilscmn.cpp \ tokenzr.cpp \ @@ -59,6 +60,9 @@ libwx_msw_la_SOURCES = \ ffile.cpp \ file.cpp \ fileconf.cpp \ + filesys.cpp \ + fs_inet.cpp \ + fs_zip.cpp \ framecmn.cpp \ ftp.cpp \ gdicmn.cpp \ @@ -84,7 +88,6 @@ libwx_msw_la_SOURCES = \ resource.cpp \ sckaddr.cpp \ sckfile.cpp \ - sckint.cpp \ sckipc.cpp \ sckstrm.cpp \ serbase.cpp \ @@ -96,17 +99,21 @@ libwx_msw_la_SOURCES = \ textfile.cpp \ time.cpp \ url.cpp \ + unzip.c \ validate.cpp \ valtext.cpp \ wfstream.cpp \ wincmn.cpp \ wxexpr.cpp \ + zipstrm.cpp \ zstream.cpp \ \ + busyinfo.cpp \ choicdgg.cpp \ dcpsg.cpp \ gridg.cpp \ laywin.cpp \ + numdlgg.cpp \ panelg.cpp \ progdlgg.cpp \ prop.cpp \ @@ -178,6 +185,7 @@ libwx_msw_la_SOURCES = \ stattext.cpp \ tbar95.cpp \ textctrl.cpp \ + treectrl.cpp \ thread.cpp \ timer.cpp \ tooltip.cpp \ @@ -185,7 +193,26 @@ libwx_msw_la_SOURCES = \ utilsexc.cpp \ wave.cpp \ window.cpp \ - nativdlg.cpp + nativdlg.cpp \ +\ + htmlcell.cpp \ + htmlfilter.cpp \ + htmlhelp.cpp \ + htmlhelp_io.cpp \ + htmlparser.cpp \ + htmltag.cpp \ + htmlwin.cpp \ + htmlwinparser.cpp \ + mod_fonts.cpp \ + mod_hline.cpp \ + mod_image.cpp \ + mod_layout.cpp \ + mod_links.cpp \ + mod_list.cpp \ + mod_pre.cpp \ + mod_tables.cpp \ + search.cpp + # these are the sources which we build by our own rules #