commit ff5f1944cd61c6b5c74fc9b372d0e36f1daaa164
parent 54317e6e1fc7e814166bae6e18aed34780cad624
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 31 Jan 2024 01:11:27 +0100
VS Project: exclude file not used on W32
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
@@ -21,7 +21,9 @@
<ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c" />
<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_itc.c">
+ <ExcludedFromBuild>true</ExcludedFromBuild>
+ </ClCompile>
<ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
<ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'>='140'">true</ExcludedFromBuild>
</ClCompile>