mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:14:31 +08:00
67a031a4d5
* [libmicrohttpd] Support build on UNIX and use msbuild on Windows * update baseline
13 lines
603 B
Diff
13 lines
603 B
Diff
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
|
|
index 6f1e03b..c0ddea8 100644
|
|
--- a/w32/common/libmicrohttpd-files.vcxproj
|
|
+++ b/w32/common/libmicrohttpd-files.vcxproj
|
|
@@ -3,6 +3,7 @@
|
|
<ItemGroup>
|
|
<ClCompile Include="$(MhdSrc)microhttpd\base64.c" />
|
|
<ClCompile Include="$(MhdSrc)microhttpd\basicauth.c" />
|
|
+ <ClCompile Include="$(MhdSrc)microhttpd\sha256.c" />
|
|
<ClCompile Include="$(MhdSrc)microhttpd\connection.c" />
|
|
<ClCompile Include="$(MhdSrc)microhttpd\daemon.c" />
|
|
<ClCompile Include="$(MhdSrc)microhttpd\digestauth.c" />
|