gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated (9763d2fa -> 826b4a7a)


From: gnunet
Subject: [libmicrohttpd] branch master updated (9763d2fa -> 826b4a7a)
Date: Fri, 24 Dec 2021 19:26:43 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 9763d2fa configure: fixed portability
     new cd5a53a9 MSVC projects: fixed one file placement
     new 826b4a7a MSVC: exclude unneeded file from builds

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 w32/common/libmicrohttpd-files.vcxproj   | 4 +++-
 w32/common/libmicrohttpd-filters.vcxproj | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/w32/common/libmicrohttpd-files.vcxproj 
b/w32/common/libmicrohttpd-files.vcxproj
index 68907941..b6dfb363 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -21,7 +21,9 @@
     <ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" />
     <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
     <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" />
-    <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c" />
+    <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
+      <ExcludedFromBuild 
Condition="'$(PlatformToolsetVersion)'&gt;='140'">true</ExcludedFromBuild>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj 
b/w32/common/libmicrohttpd-filters.vcxproj
index da34a6fc..ceea92fe 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -53,7 +53,7 @@
       <Filter>Internal Headers</Filter>
     </ClInclude>
     <ClInclude Include="$(MhdSrc)microhttpd\sha256.h">
-      <Filter>Source Files</Filter>
+      <Filter>Internal Headers</Filter>
     </ClInclude>
     <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h">
       <Filter>Internal Headers</Filter>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]