From 63903a82203205643c8ae245533179fa0b1767cc Mon Sep 17 00:00:00 2001 From: james Date: Fri, 17 Oct 2008 08:15:22 +0000 Subject: Modified Windows domake-win build system to write all openvpn.nsi input files to gen, so that gen can be disconnected from the rest of the source tree and makensis openvpn.nsi will still function correctly. Added additional SAMPCONF_(CA|CRT|KEY) macros to settings.in (commented out by default). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3439 e7ae566f-a301-0410-adde-c780ea21d3b5 --- domake-win | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'domake-win') diff --git a/domake-win b/domake-win index cc4e982..ebe1bb3 100644 --- a/domake-win +++ b/domake-win @@ -127,12 +127,12 @@ install-win32/getpkcs11helper # Get the OpenVPN GUI (must be prebuilt) install-win32/getgui -# Produce the license text, install README, and sample config files -install-win32/maketext - # Get the OpenVPN XML-based GUI (must be prebuilt) install-win32/getxgui +# Produce the license text, install README, and sample config files +install-win32/maketext + # This final step builds the OpenVPN installer using generated # files from GENOUT install-win32/buildinstaller -- cgit