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 --- install-win32/maketap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-win32/maketap') diff --git a/install-win32/maketap b/install-win32/maketap index 1ee4ed5..c3a9f26 100644 --- a/install-win32/maketap +++ b/install-win32/maketap @@ -4,7 +4,7 @@ # Requires the Windows DDK # get version.nsi definitions -. autodefs/nsidefs.sh +. autodefs/defs.sh amdtarget="" if [ -z "$TAP_BIN_AMD64" ]; then @@ -27,4 +27,4 @@ if [ -n "$TAP_BIN_AMD64" ]; then cp "$TAP_BIN_AMD64" $t/amd64 fi -title openvpn &>/dev/null +title openvpn-build &>/dev/null -- cgit