git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1853 e7ae566f-a301-0410-adde-c780ea21d3b5
| ... | ... |
@@ -33,7 +33,7 @@ if [ -z "$DRVBINSRC" ] ; then |
| 33 | 33 |
mkdir bin/tapinstall/i386 |
| 34 | 34 |
mkdir bin/tapinstall/amd64 |
| 35 | 35 |
cp tapinstall/objfre_w2k_x86/i386/tapinstall.exe bin/tapinstall/i386 |
| 36 |
- cp tapinstall/objfre_wlh_amd64/amd64/tapinstall.exe bin/tapinstall/amd64 |
|
| 36 |
+ cp tapinstall/objfre_wnet_amd64/amd64/tapinstall.exe bin/tapinstall/amd64 |
|
| 37 | 37 |
else |
| 38 | 38 |
cp -a $DRVBINSRC/driver bin/driver |
| 39 | 39 |
cp -a $DRVBINSRC/tapinstall bin/tapinstall |
| ... | ... |
@@ -1,16 +1,12 @@ |
| 1 | 1 |
# Version numbers, settings, and dependencies |
| 2 | 2 |
# for Windows OpenVPN installer. |
| 3 | 3 |
|
| 4 |
-!define PRODUCT_VERSION "2.1_rc2d" |
|
| 4 |
+!define PRODUCT_VERSION "2.1_rc2e" |
|
| 5 | 5 |
|
| 6 | 6 |
# For now, use prebuilt AMD64 tap/tapinstall |
| 7 | 7 |
#!define TAP_BIN_AMD64 "../amd64/tap/tap0901.sys" |
| 8 | 8 |
#!define TI_BIN_AMD64 "../amd64/tapinstall/tapinstall.exe" |
| 9 | 9 |
|
| 10 |
-# Copy installer to this directory when finished. |
|
| 11 |
-# If undefined, don't copy installer after generation. |
|
| 12 |
-!define INSTALLER_DEST "/y" |
|
| 13 |
- |
|
| 14 | 10 |
# Prebuilt libraries. DMALLOC is optional. |
| 15 | 11 |
!define OPENSSL_DIR "../openssl-0.9.7l" |
| 16 | 12 |
!define LZO_DIR "../lzo-2.02" |