aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-24 21:25:10 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-24 21:25:10 +0300
commit826b4a7a812fd98dfc3107f0a26a31031d8e0981 (patch)
treebdffacf2fbedd1a4f30bddae86be993bfb8315f4
parentcd5a53a9c4a3a9c2c218a5d347aa1393f2924097 (diff)
downloadlibmicrohttpd-826b4a7a812fd98dfc3107f0a26a31031d8e0981.tar.gz
libmicrohttpd-826b4a7a812fd98dfc3107f0a26a31031d8e0981.zip
MSVC: exclude unneeded file from builds
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj4
1 files changed, 3 insertions, 1 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 @@
21 <ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" /> 21 <ClCompile Include="$(MhdSrc)microhttpd\mhd_send.c" />
22 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" /> 22 <ClCompile Include="$(MhdSrc)microhttpd\mhd_sockets.c" />
23 <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" /> 23 <ClCompile Include="$(MhdSrc)microhttpd\mhd_itc.c" />
24 <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c" /> 24 <ClCompile Include="$(MhdSrc)microhttpd\mhd_compat.c">
25 <ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'&gt;='140'">true</ExcludedFromBuild>
26 </ClCompile>
25 </ItemGroup> 27 </ItemGroup>
26 <ItemGroup> 28 <ItemGroup>
27 <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" /> 29 <ClInclude Include="$(MhdSrc)include\autoinit_funcs.h" />