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/makebin | |
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 'install-win32/makebin')
-rw-r--r-- | install-win32/makebin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/makebin b/install-win32/makebin index 66691a9..7547ee1 100644 --- a/install-win32/makebin +++ b/install-win32/makebin @@ -33,7 +33,7 @@ if [ -z "$DRVBINSRC" ] ; then mkdir bin/tapinstall/i386 mkdir bin/tapinstall/amd64 cp tapinstall/objfre_w2k_x86/i386/tapinstall.exe bin/tapinstall/i386 - cp tapinstall/objfre_wlh_amd64/amd64/tapinstall.exe bin/tapinstall/amd64 + cp tapinstall/objfre_wnet_amd64/amd64/tapinstall.exe bin/tapinstall/amd64 else cp -a $DRVBINSRC/driver bin/driver cp -a $DRVBINSRC/tapinstall bin/tapinstall |