0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-19 19:42:30 +02:00

Remove compat-lz4 references from VS project files

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>
This commit is contained in:
Lev Stipakov 2021-03-19 04:33:17 +02:00 committed by Gert Doering
parent 60c18b45c0
commit 9b2e80340d
2 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,6 @@
<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>
@ -116,4 +115,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@ -33,7 +33,7 @@
<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>