Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information