From 349cfa7acb95abe865209a28e417ec74b56f9bba Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Tue, 21 Feb 2012 15:53:40 +0100 Subject: Imported Upstream version 2.2.1 --- install-win32/maketapinstall | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 install-win32/maketapinstall (limited to 'install-win32/maketapinstall') diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall new file mode 100644 index 0000000..9fe0470 --- /dev/null +++ b/install-win32/maketapinstall @@ -0,0 +1,15 @@ +#!/bin/sh + +# Get the x86 and x64 versions of the tapinstall tool + +# get version.nsi definitions +. autodefs/defs.sh + +if [ -d "$TAPBINSRC" ]; then + mkdir -p $GENOUT/tapinstall/i386 &>/dev/null + mkdir -p $GENOUT/tapinstall/amd64 &>/dev/null + cp $TAPBINSRC/i386/tapinstall.exe $GENOUT/tapinstall/i386 + cp $TAPBINSRC/amd64/tapinstall.exe $GENOUT/tapinstall/amd64 +else + echo Cannot find pre-built tapinstall +fi -- cgit v1.2.3