From: Lev Stipakov <lstipakov@...277...>
To: openvpn-devel@lists.sourceforge.net
Subject: [Openvpn-devel] [PATCH 2/2] vcxproj: add missing source files
Date: Tue, 8 Oct 2019 15:26:46 +0300 [thread overview]
Message-ID: <1570537606-29323-2-git-send-email-lstipakov@...277...> (raw)
In-Reply-To: <1570537606-29323-1-git-send-email-lstipakov@...277...>
From: Lev Stipakov <lev@...515...>
Commit 1b9a88a has added new C source/header files which
have to be added to VS project file.
Signed-off-by: Lev Stipakov <lev@...515...>
---
src/openvpn/openvpn.vcxproj | 2 ++
src/openvpn/openvpn.vcxproj.filters | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj
index 92d7e32..3b0ee60 100644
--- a/src/openvpn/openvpn.vcxproj
+++ b/src/openvpn/openvpn.vcxproj
@@ -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" />
diff --git a/src/openvpn/openvpn.vcxproj.filters b/src/openvpn/openvpn.vcxproj.filters
index 7a9aa63..e6068af 100644
--- a/src/openvpn/openvpn.vcxproj.filters
+++ b/src/openvpn/openvpn.vcxproj.filters
@@ -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">
--
2.7.4
next prev parent reply other threads:[~2019-10-08 12:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-08 12:26 [Openvpn-devel] [PATCH 1/2] push.c: fix Visual Studio build Lev Stipakov
2019-10-08 12:26 ` Lev Stipakov [this message]
2019-10-08 12:36 ` Arne Schwabe
2019-10-08 12:42 ` Gert Doering
2019-10-08 12:52 ` [Openvpn-devel] [PATCH v2 " Lev Stipakov
2019-10-08 12:52 ` [Openvpn-devel] [PATCH v2 2/2] vcxproj: add missing source files Lev Stipakov
2019-10-09 10:50 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2019-10-09 10:55 ` [Openvpn-devel] [PATCH applied] Re: push.c: fix Visual Studio build Gert Doering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570537606-29323-2-git-send-email-lstipakov@...277... \
--to=openvpn-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.