From 354dd0e04228b813a1753da0f38836198c09f68b Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 8 Oct 2018 12:03:23 +0200 Subject: [PATCH] Reference msvc-generate from compat to assure correct build order Single-process builds start building compat project first and they fail, since the referenced config-msvc-version.h is not available yet. Multi- process rebuilds also tends to fail if the compat project is built faster than msvc-generate is able to produce the required output files. Adding a reference to msvc-generate project assures correct build order. Acked-by: Lev Stipakov Message-Id: <20181008100323.11308-1-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17635.html Signed-off-by: Gert Doering --- src/compat/compat.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/compat/compat.vcxproj b/src/compat/compat.vcxproj index 07d6baf1c..d64735813 100644 --- a/src/compat/compat.vcxproj +++ b/src/compat/compat.vcxproj @@ -143,6 +143,12 @@ + + + {8598c2c8-34c4-47a1-99b0-7c295a890615} + false + + -- 2.47.2