summaryrefslogtreecommitdiffstats
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-16 20:39:04 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-16 20:39:04 +0000
commit464d33ae4255d76606c308341efdd956efeb8129 (patch)
tree7a5db9021775370930ad3974303fa33b798b0fba /install-win32/maketapinstall
parent7f61d53b97261ed5d2d3f8472810e42176ad44b3 (diff)
downloadopenvpn-464d33ae4255d76606c308341efdd956efeb8129.tar.gz
openvpn-464d33ae4255d76606c308341efdd956efeb8129.tar.xz
openvpn-464d33ae4255d76606c308341efdd956efeb8129.zip
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/maketapinstall3
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