From 1568d7f42886fe3f5f8ea79110791cdd8e0786df Mon Sep 17 00:00:00 2001 From: james Date: Sun, 22 Apr 2007 08:21:16 +0000 Subject: 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 --- domake-win | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'domake-win') 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 -- cgit v1.2.3