From d77611c48c3ec0903f115b87f41d6aa55dbd3c16 Mon Sep 17 00:00:00 2001 From: Lev Stipakov Date: Fri, 11 Oct 2019 12:03:45 +0300 Subject: [PATCH] Visual Studio: make it easier to build with VS This changes default path to openvpn dependencies, so that openvpn-build and openvpn projects can be cloned from the same folder: c:\Users\Administrator\Projects>git clone git@github.com:OpenVPN/openvpn-build.git c:\Users\Administrator\Projects>git clone git@github.com:OpenVPN/openvpn.git This also removes the necessity of copying openvpn-build\msvc\image to %USERPROFILE%. To use Visual Studio, clone both projects, install dependencies (VS2017 Community with SDK 10.0.17143, Strawberry Perl) and run: c:\Users\Administrator\Projects\openvpn-build\msvc\build.bat Then just open solution file: c:\Users\Administrator\Projects\openvpn\openvpn.sln Signed-off-by: Lev Stipakov Acked-by: Simon Rozman Message-Id: <1570784625-8837-1-git-send-email-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18930.html Signed-off-by: Gert Doering --- src/compat/PropertySheet.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat/PropertySheet.props b/src/compat/PropertySheet.props index 4cad994b692..fdded318af1 100644 --- a/src/compat/PropertySheet.props +++ b/src/compat/PropertySheet.props @@ -3,7 +3,7 @@ $(SolutionDir) - $(SOURCEBASE)\..\..\image + $(SOURCEBASE)\..\openvpn-build\msvc\image $(OPENVPN_DEPROOT) $(OPENVPN_DEPROOT) $(OPENVPN_DEPROOT)