summaryrefslogtreecommitdiffstats
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-08 09:37:45 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-08 09:37:45 +0000
commit7f61d53b97261ed5d2d3f8472810e42176ad44b3 (patch)
treeae30adb6c063951ca6c238a3b073f9b74ac0698b /install-win32/maketapinstall
parent6a6a068ecb102b32a2339196fe00183458fe2f83 (diff)
downloadopenvpn-7f61d53b97261ed5d2d3f8472810e42176ad44b3.tar.gz
openvpn-7f61d53b97261ed5d2d3f8472810e42176ad44b3.tar.xz
openvpn-7f61d53b97261ed5d2d3f8472810e42176ad44b3.zip
Don't build special x64 version of tapinstall.exe
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1773 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/maketapinstall')
-rw-r--r--install-win32/maketapinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall
index e10f25c..cbbfeaa 100644
--- a/install-win32/maketapinstall
+++ b/install-win32/maketapinstall
@@ -16,7 +16,8 @@ if [ -z "$DRVBINSRC" ] ; then
t=`pwd`
cd ..
- for mode in "fre WNET" "fre AMD64 WNET"; do
+ # Add "fre AMD64 WNET" to below line to also build X64 version
+ for mode in "fre 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