libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7fcab91f25dc4b3a89bb6036f6d6f971832d1bd6
parent e51f5cd6456a794e3f4464f72c10ad15032b2137
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 11 Apr 2017 21:54:22 +0300

Added VS2017 project files to tarball

Diffstat:
MMakefile.am | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -16,11 +16,15 @@ W32VS2015 = w32/VS2015/libmicrohttpd.vcxproj w32/VS2015/libmicrohttpd.vcxproj.fi w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \ w32/VS2015/simplepost.vcxproj w32/VS2015/largepost.vcxproj \ w32/VS2015/libmicrohttpd.sln +W32VS2017 = w32/VS2017/libmicrohttpd.vcxproj w32/VS2017/libmicrohttpd.vcxproj.filters \ + w32/VS2017/hellobrowser.vcxproj w32/VS2017/hellobrowser.vcxproj.filters \ + w32/VS2017/simplepost.vcxproj w32/VS2017/largepost.vcxproj \ + w32/VS2017/libmicrohttpd.sln EXTRA_DIST = \ acinclude.m4 \ libmicrohttpd.pc.in \ $(EXTRA_PO_DIST) \ - $(W32COMMON) $(W32VS2013) $(W32VS2015) + $(W32COMMON) $(W32VS2013) $(W32VS2015) $(W32VS2017) pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libmicrohttpd.pc