diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-19 22:03:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-19 22:03:54 +0000 |
commit | 7e90ca24c05c5b8fb35a1aff78291125d5d7150b (patch) | |
tree | 44a9c659ab91d0b236bbe7f5fca2595f1625fda7 /install-win32/maketapinstall | |
parent | Updated build system and tap driver to work with (diff) | |
download | openvpn-7e90ca24c05c5b8fb35a1aff78291125d5d7150b.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | install-win32/maketapinstall | 2 |
1 files changed, 1 insertions, 1 deletions
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 |