summaryrefslogtreecommitdiffstats
path: root/domake-win
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-22 08:21:16 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-22 08:21:16 +0000
commit1568d7f42886fe3f5f8ea79110791cdd8e0786df (patch)
treefd76610f02817c91b3f92774e7fa08480b846168 /domake-win
parentce3515838b184056231a5d871465709ec84de28e (diff)
downloadopenvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.tar.gz
openvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.tar.xz
openvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.zip
Version is now specified in version.m4 for both
unix and windows versions. Reworked the Windows build scripting system, with settings (other than version #) specified in settings.in. Moved the native scripting grammar as defined by trans.pl away from NSIS and to something more generic. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1867 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'domake-win')
-rw-r--r--domake-win8
1 files changed, 8 insertions, 0 deletions
diff --git a/domake-win b/domake-win
index a4d6069..4aaa9ca 100644
--- a/domake-win
+++ b/domake-win
@@ -1,7 +1,15 @@
#!/bin/sh
+# This is the master OpenVPN build script for Windows.
+# See top-devel definitions in install-win32/version.nsi
+#
+# Example usage:
+#
# make without signing:
# SIGNCODE="null" ./domake-win
+#
+# write installer to desktop
+# INSTALLER_DEST="/c/Documents and Settings/James/Desktop" ./domake-win
install-win32/winconfig
install-win32/makeopenvpn