diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-16 20:39:04 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-16 20:39:04 +0000 |
commit | 464d33ae4255d76606c308341efdd956efeb8129 (patch) | |
tree | 7a5db9021775370930ad3974303fa33b798b0fba /install-win32/maketapinstall | |
parent | Don't build special x64 version of tapinstall.exe (diff) | |
download | openvpn-464d33ae4255d76606c308341efdd956efeb8129.tar.xz |
Revert r1773
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1776 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/maketapinstall')
-rw-r--r-- | install-win32/maketapinstall | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall index cbbfeaa..e10f25c 100644 --- a/install-win32/maketapinstall +++ b/install-win32/maketapinstall @@ -16,8 +16,7 @@ if [ -z "$DRVBINSRC" ] ; then t=`pwd` cd .. - # Add "fre AMD64 WNET" to below line to also build X64 version - for mode in "fre WNET" ; do + for mode in "fre WNET" "fre AMD64 WNET"; do echo '**********' build TAPINSTALL $mode cmd //c "C:\\WINDDK\\$DDKVER\\bin\\setenv.bat C:\\WINDDK\\$DDKVER $mode && cd `perl install-win32/dosname.pl $t` && build -cef" done |