diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-17 08:15:22 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-17 08:15:22 +0000 |
commit | 63903a82203205643c8ae245533179fa0b1767cc (patch) | |
tree | 4f87beb03e2b934a98587cbd354da6cfd871fb47 /domake-win | |
parent | Added additional warning messages about --script-security 2 (diff) | |
download | openvpn-63903a82203205643c8ae245533179fa0b1767cc.tar.xz |
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
Diffstat (limited to 'domake-win')
-rw-r--r-- | domake-win | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |