]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Visual Studio: make it easier to build with VS
authorLev Stipakov <lstipakov@gmail.com>
Fri, 11 Oct 2019 09:03:45 +0000 (12:03 +0300)
committerGert Doering <gert@greenie.muc.de>
Wed, 16 Oct 2019 13:17:40 +0000 (15:17 +0200)
commitd77611c48c3ec0903f115b87f41d6aa55dbd3c16
treea0ad529a5fdb764751117e4be7536e1f123da1ff
parentb5fe104ddbbdf59bfc2d68579ba4c07208829998
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 <lstipakov@gmail.com>
Acked-by: Simon Rozman <simon@rozman.si>
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 <gert@greenie.muc.de>
src/compat/PropertySheet.props