diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-11 06:03:12 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-11 06:03:12 +0000 |
commit | 9ca8f3cf77b7d5ec5956777c2f2e8807bdbcca24 (patch) | |
tree | 6970b8022db6709ba2153f5790d4d2f9bdcc071d /domake-win | |
parent | Set tool defaults in pkitool. (diff) | |
download | openvpn-9ca8f3cf77b7d5ec5956777c2f2e8807bdbcca24.tar.xz |
Misc XGUI fixes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2836 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | domake-win | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -126,12 +126,12 @@ install-win32/getpkcs11helper # Get the OpenVPN GUI (must be prebuilt) install-win32/getgui -# 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 +# Get the OpenVPN XML-based GUI (must be prebuilt) +install-win32/getxgui + # This final step builds the OpenVPN installer using generated # files from GENOUT install-win32/buildinstaller |