From: Frank Lichtenheld <frank@...2641...>
To: openvpn-devel@lists.sourceforge.net
Subject: [Openvpn-devel] [PATCH 1/4] dist: add more missing files only used in the MSVC build
Date: Mon, 19 Jun 2023 15:29:31 +0200 [thread overview]
Message-ID: <20230619132934.76085-2-frank@...2641...> (raw)
In-Reply-To: <20230619132934.76085-1-frank@...2641...>
So it is possible to build with MSVC from the release
tarballs.
Fixes #344.
Signed-off-by: Frank Lichtenheld <frank@...2641...>
---
build/msvc/msvc-generate/Makefile.am | 1 +
src/openvpn/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
Note: unchanged from previous submission
diff --git a/build/msvc/msvc-generate/Makefile.am b/build/msvc/msvc-generate/Makefile.am
index 9d04326d..fe13b370 100644
--- a/build/msvc/msvc-generate/Makefile.am
+++ b/build/msvc/msvc-generate/Makefile.am
@@ -13,6 +13,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/Makefile.in
dist_noinst_DATA = \
+ git-version.py \
msvc-generate.vcxproj \
Makefile.mak \
msvc-generate.js \
diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am
index a8e44528..2f979914 100644
--- a/src/openvpn/Makefile.am
+++ b/src/openvpn/Makefile.am
@@ -16,7 +16,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
openvpn.vcxproj \
- openvpn.manifest
+ openvpn.manifest \
+ vcpkg.json
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
--
2.34.1
next prev parent reply other threads:[~2023-06-19 13:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-14 10:21 [Openvpn-devel] [PATCH 1/2] dist: add more missing files only used in the MSVC build Frank Lichtenheld
2023-06-14 10:21 ` [Openvpn-devel] [PATCH 2/2] vcpkg-ports/pkcs11-helper: rename patches to make file names shorter Frank Lichtenheld
2023-06-19 12:47 ` [Openvpn-devel] [PATCH 1/2] dist: add more missing files only used in the MSVC build Frank Lichtenheld
2023-06-19 13:29 ` [Openvpn-devel] [PATCH 0/4] Various dist-related fixes Frank Lichtenheld
2023-06-19 13:29 ` Frank Lichtenheld [this message]
2023-06-21 11:43 ` [Openvpn-devel] [PATCH applied] Re: dist: add more missing files only used in the MSVC build Gert Doering
2023-06-19 13:29 ` [Openvpn-devel] [PATCH 2/4] vcpkg-ports/pkcs11-helper: rename patches to make file names shorter Frank Lichtenheld
2023-06-21 12:18 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2023-06-21 13:00 ` Frank Lichtenheld
2023-06-19 13:29 ` [Openvpn-devel] [PATCH 3/4] unit_tests: Add missing cert_data.h to source list for unit tests Frank Lichtenheld
2023-06-21 12:34 ` [Openvpn-devel] [PATCH applied] " Gert Doering
2023-06-19 13:29 ` [Openvpn-devel] [PATCH 4/4] dist: Include all documentation in distribution Frank Lichtenheld
2023-06-21 12:50 ` [Openvpn-devel] [PATCH applied] " 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=20230619132934.76085-2-frank@...2641... \
--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.