]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Reference msvc-generate from compat to assure correct build order
authorSimon Rozman <simon@rozman.si>
Mon, 8 Oct 2018 10:03:23 +0000 (12:03 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 Oct 2018 14:14:23 +0000 (16:14 +0200)
commit354dd0e04228b813a1753da0f38836198c09f68b
tree4c38f7473a91225e5bbf0ad369dbe4f9a91d0653
parent3baae9ba52187166b7d0b05901732666477a2acb
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 <lstipakov@gmail.com>
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 <gert@greenie.muc.de>
src/compat/compat.vcxproj