From 7e90ca24c05c5b8fb35a1aff78291125d5d7150b Mon Sep 17 00:00:00 2001 From: james Date: Thu, 19 Apr 2007 22:03:54 +0000 Subject: Use Server 2003 rather than Vista as x64 target for tap/tapinstall. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1853 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/maketapinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-win32/maketapinstall') diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall index 72b81b7..96fd14a 100644 --- a/install-win32/maketapinstall +++ b/install-win32/maketapinstall @@ -15,7 +15,7 @@ fi amdtarget="" if [ -z "$TI_BIN_AMD64" ]; then - amdtarget="fre AMD64 WLH" + amdtarget="fre AMD64 WNET" fi if [ -z "$DRVBINSRC" ] ; then -- cgit