]> 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:13:13 +0000 (11:13 +0200)
commit2f0be578e6385941c8135acefd9ef99a6c23c973
treecf78d32114aed0ba6902699aca16e057bbfa21bc
parent9a695902402faafa343783c38761c4c0ccbb2b83
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>
(cherry picked from commit fb94fbc31f9d6e434af465bf8a345763f89fddc9)
src/compat/PropertySheet.props
src/openvpn/openvpn.vcxproj