AC_PREREQ(2.50)
-AC_INIT([OpenVPN], [2.1_rc2a], [openvpn-users@lists.sourceforge.net], [openvpn])
+AC_INIT([OpenVPN], [2.1_rc2b], [openvpn-users@lists.sourceforge.net], [openvpn])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(syshead.h)
; we are running on 64-bit windows
StrCmp $1 "VISTA" vista64bummer
- Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Windows."
- Abort
+# Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Windows."
+# Abort
vista64bummer:
- Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Vista because Microsoft doesn't allow the installation of 64 bit unsigned drivers."
- Abort
+# Messagebox MB_OK "Sorry, OpenVPN doesn't currently support 64-bit Vista because Microsoft doesn't allow the installation of 64 bit unsigned drivers."
+# Abort
init32bits:
SetOutPath "$INSTDIR\bin"
-; File "${BIN}\ti3790-amd64\tapinstall.exe"
+ File "${BIN}\ti3790-amd64\tapinstall.exe"
SetOutPath "$INSTDIR\driver"
-; File "${HOME}\tap-win32\amd64\OemWin2k.inf"
-; File "${HOME}\tap-win32\amd64\${TAPDRV}"
+ File "${HOME}\tap-win32\amd64\OemWin2k.inf"
+ File "${HOME}\tap-win32\amd64\${TAPDRV}"
goto tapend
# TAP binaries should be here: tap0901.sys and tapinstall.exe
# These must be built with MS DDK.
TAPBIN=$H/tapbin-0901
-#TAPBIN64=$H/tapbin64-0901
+TAPBIN64=$H/tapbin64-0901
# u2d.c should exist here.
SCRIPTS=$IN/install-win32
cp $TAPBIN/tap.cat $OUT/tap-win32/i386
cp $TAPBIN/tap0901.sys $OUT/tap-win32/i386
-#mkdir $OUT/tap-win32/amd64
-#cp $TAPBIN64/OemWin2k.inf $OUT/tap-win32/amd64
-#cp $IN/tap-win32/amd64/tap.cat $OUT/tap-win32/amd64
-#cp $TAPBIN64/tap0901.sys $OUT/tap-win32/amd64
+mkdir $OUT/tap-win32/amd64
+cp $TAPBIN64/OemWin2k.inf $OUT/tap-win32/amd64
+cp $TAPBIN64/tap.cat $OUT/tap-win32/amd64
+cp $TAPBIN64/tap0901.sys $OUT/tap-win32/amd64
mkdir $OUT/bin/ti3790-i386
cp $TAPBIN/tapinstall.exe $OUT/bin/ti3790-i386
-#mkdir $OUT/bin/ti3790-amd64
-#cp $TAPBIN64/tapinstall.exe $OUT/bin/ti3790-amd64
+mkdir $OUT/bin/ti3790-amd64
+cp $TAPBIN64/tapinstall.exe $OUT/bin/ti3790-amd64
echo BUILD service-win32