aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-19 22:50:43 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-19 22:50:43 +0300
commit0c8e7bb1cd8ee24f2f919864a3e53fc4ef46d9e3 (patch)
treef6b460291148e12c6670a95a40a0ac7e27c49c4d /w32
parentf5970c7804f6bb6f5d99172e048d7a126657b570 (diff)
downloadlibmicrohttpd-0c8e7bb1cd8ee24f2f919864a3e53fc4ef46d9e3.tar.gz
libmicrohttpd-0c8e7bb1cd8ee24f2f919864a3e53fc4ef46d9e3.zip
MSVC projects: added new source files
Diffstat (limited to 'w32')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj3
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj9
2 files changed, 12 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index 3897a943..512c18bb 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -8,6 +8,7 @@
8 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" /> 8 <ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
9 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" /> 9 <ClCompile Include="$(MhdSrc)microhttpd\internal.c" />
10 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" /> 10 <ClCompile Include="$(MhdSrc)microhttpd\md5.c" />
11 <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" />
11 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" /> 12 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c" />
12 <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" /> 13 <ClCompile Include="$(MhdSrc)microhttpd\mhd_mono_clock.c" />
13 <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" /> 14 <ClCompile Include="$(MhdSrc)microhttpd\postprocessor.c" />
@@ -30,8 +31,10 @@
30 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> 31 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
31 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> 32 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
32 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> 33 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
34 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
33 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" /> 35 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
34 <ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" /> 36 <ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />
37 <ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h" />
35 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" /> 38 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h" />
36 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h" />
37 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_mono_clock.h" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 6d1d55ee..1c409941 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -57,6 +57,12 @@
57 <ClCompile Include="$(MhdSrc)microhttpd\md5.c"> 57 <ClCompile Include="$(MhdSrc)microhttpd\md5.c">
58 <Filter>Source Files</Filter> 58 <Filter>Source Files</Filter>
59 </ClCompile> 59 </ClCompile>
60 <ClCompile Include="$(MhdSrc)microhttpd\sha256.c">
61 <Filter>Source Files</Filter>
62 </ClCompile>
63 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h">
64 <Filter>Source Files</Filter>
65 </ClInclude>
60 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c"> 66 <ClCompile Include="$(MhdSrc)microhttpd\memorypool.c">
61 <Filter>Source Files</Filter> 67 <Filter>Source Files</Filter>
62 </ClCompile> 68 </ClCompile>
@@ -102,6 +108,9 @@
102 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h"> 108 <ClInclude Include="$(MhdSrc)microhttpd\mhd_limits.h">
103 <Filter>Source Files</Filter> 109 <Filter>Source Files</Filter>
104 </ClInclude> 110 </ClInclude>
111 <ClInclude Include="$(MhdSrc)microhttpd\mhd_bithelpers.h">
112 <Filter>Source Files</Filter>
113 </ClInclude>
105 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h"> 114 <ClInclude Include="$(MhdSrc)microhttpd\mhd_byteorder.h">
106 <Filter>Source Files</Filter> 115 <Filter>Source Files</Filter>
107 </ClInclude> 116 </ClInclude>