diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-19 15:42:01 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-19 15:42:01 +0000 |
commit | f78687162b7593ba0ab4edba19cce370ad917e0a (patch) | |
tree | 9a4eb201c6a0e28b482f875d66ff3fea87535aa0 /install-win32/prebuild | |
parent | Moved socket setting log info to --verb 3 from 4. (diff) | |
download | openvpn-f78687162b7593ba0ab4edba19cce370ad917e0a.tar.xz |
Make sure that install-win32/prebuild gets
the 8.3 version of the TAP-Win32 driver.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@683 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-x | install-win32/prebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/prebuild b/install-win32/prebuild index be7ef9f..0112111 100755 --- a/install-win32/prebuild +++ b/install-win32/prebuild @@ -30,7 +30,7 @@ DMALLOC=$H/dmalloc-5.4.2 # TAP binaries should be here: tap0801.sys and tapinstall.exe # These must be built with MS DDK. -TAPBIN=$H/tapbin +TAPBIN=$I3 # u2d.c should exist here. SCRIPTS=$IN/install-win32 |