summaryrefslogtreecommitdiffstats
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
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