From 63082c8a210741e2c390f78669009697128cfe30 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 1 Feb 2008 10:13:59 +0000 Subject: Changes to Windows build system to make it easier to do partial builds, where only a subset of OpenVPN installer components are built. See ./domake-win comments. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2710 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/signtap | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 install-win32/signtap (limited to 'install-win32/signtap') diff --git a/install-win32/signtap b/install-win32/signtap deleted file mode 100644 index 148bbf0..0000000 --- a/install-win32/signtap +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Sign the TAP driver. - -# load version.nsi definitions -. autodefs/defs.sh - -if [ -d "$SIGNTOOL" ]; then - $SIGNTOOL/signtap -fi -- cgit v1.2.3