Browse code

Use Server 2003 rather than Vista as x64 target for tap/tapinstall.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1853 e7ae566f-a301-0410-adde-c780ea21d3b5

james authored on 2007/04/20 07:03:54
Showing 4 changed files
... ...
@@ -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
... ...
@@ -8,7 +8,7 @@
8 8
 
9 9
 amdtarget=""
10 10
 if [ -z "$TAP_BIN_AMD64" ]; then
11
-    amdtarget="fre AMD64 WLH"
11
+    amdtarget="fre AMD64 WNET"
12 12
 fi
13 13
 
14 14
 if [ -z "$DRVBINSRC" ] ; then
... ...
@@ -15,7 +15,7 @@ fi
15 15
 
16 16
 amdtarget=""
17 17
 if [ -z "$TI_BIN_AMD64" ]; then
18
-    amdtarget="fre AMD64 WLH"
18
+    amdtarget="fre AMD64 WNET"
19 19
 fi
20 20
 
21 21
 if [ -z "$DRVBINSRC" ] ; then
... ...
@@ -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"