From: Lev Stipakov <l...@openvpn.net> Commit 24596b25 ("build: Remove compat-lz4") removed lz4 compat layer, but didn't remove references from VS project files.
Signed-off-by: Lev Stipakov <l...@openvpn.net> --- src/compat/compat.vcxproj | 3 +-- src/compat/compat.vcxproj.filters | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/compat/compat.vcxproj b/src/compat/compat.vcxproj index 0c4c7b0f..23e9b9c0 100644 --- a/src/compat/compat.vcxproj +++ b/src/compat/compat.vcxproj @@ -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> \ No newline at end of file diff --git a/src/compat/compat.vcxproj.filters b/src/compat/compat.vcxproj.filters index 0f78e86e..404863ca 100644 --- a/src/compat/compat.vcxproj.filters +++ b/src/compat/compat.vcxproj.filters @@ -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> -- 2.17.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel