summaryrefslogtreecommitdiffstats
path: root/domake-win
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-17 08:15:22 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-17 08:15:22 +0000
commit63903a82203205643c8ae245533179fa0b1767cc (patch)
tree4f87beb03e2b934a98587cbd354da6cfd871fb47 /domake-win
parent51f7b8487b67dd5fbca3794b76919df878c03fb6 (diff)
downloadopenvpn-63903a82203205643c8ae245533179fa0b1767cc.tar.gz
openvpn-63903a82203205643c8ae245533179fa0b1767cc.tar.xz
openvpn-63903a82203205643c8ae245533179fa0b1767cc.zip
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-win6
1 files changed, 3 insertions, 3 deletions
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