From: Simon Rozman Date: Tue, 16 Oct 2018 10:26:23 +0000 (+0200) Subject: Set output name to libopenvpnmsica.dll in MSVC builds too X-Git-Tag: v2.5_beta1~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864f95c371813a2cd07b886cdc8696cc8b732ee0;p=thirdparty%2Fopenvpn.git Set output name to libopenvpnmsica.dll in MSVC builds too On MinGW builds, the Libtool produces libopenvpnmsica.dll. The MSVC properties were updated to match this. Acked-by: Jon Kunkee Message-Id: <20181016102627.18676-1-simon@rozman.si> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17766.html Signed-off-by: Gert Doering --- diff --git a/src/openvpnmsica/openvpnmsica.props b/src/openvpnmsica/openvpnmsica.props index 0e31bc4f0..fa4082968 100644 --- a/src/openvpnmsica/openvpnmsica.props +++ b/src/openvpnmsica/openvpnmsica.props @@ -2,7 +2,9 @@ - + + lib$(ProjectName) + ..\compat;$(TAP_WINDOWS_HOME)/include;%(AdditionalIncludeDirectories) diff --git a/src/openvpnmsica/openvpnmsica_resources.rc b/src/openvpnmsica/openvpnmsica_resources.rc index c10e47863..1859fc319 100644 --- a/src/openvpnmsica/openvpnmsica_resources.rc +++ b/src/openvpnmsica/openvpnmsica_resources.rc @@ -50,7 +50,7 @@ BEGIN VALUE "FileVersion", PACKAGE_VERSION ".0" VALUE "InternalName", "OpenVPN" VALUE "LegalCopyright", "Copyright © The OpenVPN Project" - VALUE "OriginalFilename", "openvpnmsica.dll" + VALUE "OriginalFilename", "libopenvpnmsica.dll" VALUE "ProductName", "OpenVPN" VALUE "ProductVersion", PACKAGE_VERSION ".0" END