mkdir bin/tapinstall/i386
mkdir bin/tapinstall/amd64
cp tapinstall/objfre_w2k_x86/i386/tapinstall.exe bin/tapinstall/i386
- cp tapinstall/objfre_wlh_amd64/amd64/tapinstall.exe bin/tapinstall/amd64
+ cp tapinstall/objfre_wnet_amd64/amd64/tapinstall.exe bin/tapinstall/amd64
else
cp -a $DRVBINSRC/driver bin/driver
cp -a $DRVBINSRC/tapinstall bin/tapinstall
amdtarget=""
if [ -z "$TAP_BIN_AMD64" ]; then
- amdtarget="fre AMD64 WLH"
+ amdtarget="fre AMD64 WNET"
fi
if [ -z "$DRVBINSRC" ] ; then
amdtarget=""
if [ -z "$TI_BIN_AMD64" ]; then
- amdtarget="fre AMD64 WLH"
+ amdtarget="fre AMD64 WNET"
fi
if [ -z "$DRVBINSRC" ] ; then
# Version numbers, settings, and dependencies
# for Windows OpenVPN installer.
-!define PRODUCT_VERSION "2.1_rc2d"
+!define PRODUCT_VERSION "2.1_rc2e"
# For now, use prebuilt AMD64 tap/tapinstall
#!define TAP_BIN_AMD64 "../amd64/tap/tap0901.sys"
#!define TI_BIN_AMD64 "../amd64/tapinstall/tapinstall.exe"
-# Copy installer to this directory when finished.
-# If undefined, don't copy installer after generation.
-!define INSTALLER_DEST "/y"
-
# Prebuilt libraries. DMALLOC is optional.
!define OPENSSL_DIR "../openssl-0.9.7l"
!define LZO_DIR "../lzo-2.02"