]> git.ipfire.org Git - thirdparty/openvpn.git/commit
msvc: better support for 32bit architecture
authorLev Stipakov <lev@openvpn.net>
Mon, 14 Sep 2020 08:44:44 +0000 (11:44 +0300)
committerGert Doering <gert@greenie.muc.de>
Mon, 14 Sep 2020 09:12:48 +0000 (11:12 +0200)
commitfb94fbc31f9d6e434af465bf8a345763f89fddc9
treef39bfd3006cf2a1baa55c6c6680449f9fd3d2b3b
parent37aab49b083a9e385970e3ab2dd727ea1a95ff35
msvc: better support for 32bit architecture

Previously dependency directory was hardcoded to

..\openvpn-build\msvc\image

which means that to build for 32bit architecture,
one needs to rebuild dependencies and do the same again
for 64bit architecture.

Add architecture's "bitness" to dependency directory.

As a bonus, add missing libraries to 32bit targets.

This requires correspondig change to openvpn-build:

https://github.com/OpenVPN/openvpn-build/pull/190
Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200914084444.96-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20990.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/compat/PropertySheet.props
src/openvpn/openvpn.vcxproj