Commit
24596b25 ("build: Remove compat-lz4") removed lz4 compat layer,
but didn't remove references from VS project files.
Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
20210319023317.15050-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21723.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
<ClCompile Include="compat-inet_ntop.c" />
<ClCompile Include="compat-inet_pton.c" />
<ClCompile Include="compat-daemon.c" />
- <ClCompile Include="compat-lz4.c" />
<ClCompile Include="compat-strsep.c" />
</ItemGroup>
<ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
<ClCompile Include="compat-daemon.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="compat-lz4.c">
+ <ClCompile Include="compat-strsep.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>