mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-24 02:03:56 +08:00
5ab106db7b
This patch enables the building of OpenVPN for the 2.4 and master branches using MSVC (Visual Studio 2013 / MSVC v120), which currently doesn't work with 2.4 or a clone of master. 2013 is being used as it reduces the complexity of the redistributable requirements and has mostly complete C99 support. Further changes will be necessary for 2015 support when the switch is made. Note the changes to config-msvc-version.h.in are more of a work around. It was a simpler approach when compared to modifying msvc-generate.js to handle m4 syntax, and so it may be dropped if there is an intention to update the javascript generator. Signed-off by: Eric Thorpe <eric@sparklabs.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <df273b9b-6ca4-a539-cdf5-d4f9f991896b@sparklabs.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14268.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
15 lines
871 B
C
15 lines
871 B
C
#define PACKAGE_NAME "@PRODUCT_NAME@"
|
|
#define PACKAGE_STRING "@PRODUCT_NAME@ @PRODUCT_VERSION_MAJOR@.@PRODUCT_VERSION_MINOR@@PRODUCT_VERSION_PATCH@"
|
|
#define PACKAGE_TARNAME "@PRODUCT_TARNAME@"
|
|
#define PACKAGE "@PRODUCT_TARNAME@"
|
|
#define PRODUCT_VERSION_MAJOR "@PRODUCT_VERSION_MAJOR@"
|
|
#define PRODUCT_VERSION_MINOR "@PRODUCT_VERSION_MINOR@"
|
|
#define PRODUCT_VERSION_PATCH "@PRODUCT_VERSION_PATCH@"
|
|
#define PACKAGE_VERSION "@PRODUCT_VERSION_MAJOR@.@PRODUCT_VERSION_MINOR@.@PRODUCT_VERSION_PATCH@"
|
|
#define PRODUCT_VERSION "@PRODUCT_VERSION_MAJOR@.@PRODUCT_VERSION_MINOR@.@PRODUCT_VERSION_PATCH@"
|
|
#define PRODUCT_BUGREPORT "@PRODUCT_BUGREPORT@"
|
|
#define OPENVPN_VERSION_RESOURCE @PRODUCT_VERSION_RESOURCE@
|
|
#define TAP_WIN_COMPONENT_ID "@PRODUCT_TAP_WIN_COMPONENT_ID@"
|
|
#define TAP_WIN_MIN_MAJOR @PRODUCT_TAP_WIN_MIN_MAJOR@
|
|
#define TAP_WIN_MIN_MINOR @PRODUCT_TAP_WIN_MIN_MINOR@
|