[Openvpn-devel,v2,2/2] vcxproj: add missing source files
Commit Message
From: Lev Stipakov <lev@openvpn.net>
Commit 1b9a88a has added new C source/header files which
have to be added to VS project file.
Signed-off-by: Lev Stipakov <lev@openvpn.net>
---
src/openvpn/openvpn.vcxproj | 2 ++
src/openvpn/openvpn.vcxproj.filters | 6 ++++++
2 files changed, 8 insertions(+)
Comments
Acked-by: Gert Doering <gert@greenie.muc.de>
I do not have any idea about MSVC or project files, but this looks like
a trivial extrapolation of "what is there". And if you say it's needed, fine.
Your patch has been applied to the master branch.
commit a933d21a902adfaa3893bd0f6097a1696d5ccf69
Author: Lev Stipakov
Date: Tue Oct 8 15:52:34 2019 +0300
vcxproj: add missing source files
Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1570539154-31784-2-git-send-email-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18903.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
@@ -124,6 +124,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="argv.c" />
+ <ClCompile Include="auth_token.c" />
<ClCompile Include="base64.c" />
<ClCompile Include="block_dns.c" />
<ClCompile Include="buffer.c" />
@@ -199,6 +200,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="argv.h" />
+ <ClInclude Include="auth_token.h" />
<ClInclude Include="base64.h" />
<ClInclude Include="basic.h" />
<ClInclude Include="block_dns.h" />
@@ -234,6 +234,9 @@
<ClCompile Include="run_command.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="auth_token.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="base64.h">
@@ -488,6 +491,9 @@
<ClInclude Include="run_command.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="auth_token.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="openvpn_win32_resources.rc">