aboutsummaryrefslogtreecommitdiff
path: root/install-win32/prebuild
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-31 01:58:12 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-31 01:58:12 +0000
commit1df5be59818066b89936b245e6974efee78529aa (patch)
tree60478b8c9ef20c4329054f305da7920b5d4bfb6e /install-win32/prebuild
parentsvn merge -r 672:731 $SO/trunk/openvpn (diff)
downloadopenvpn-1df5be59818066b89936b245e6974efee78529aa.tar.xz
Changes to Windows build configuration to
support lzo2 and openssl-0.9.7i. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@738 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-xinstall-win32/prebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/install-win32/prebuild b/install-win32/prebuild
index 0112111..d646684 100755
--- a/install-win32/prebuild
+++ b/install-win32/prebuild
@@ -18,10 +18,10 @@ OUT=$H/21
IN=/y/openvpn/21/openvpn
# Already built OpenSSL tree.
-SSL=$H/openssl-0.9.7g
+SSL=$H/openssl-0.9.7i
# Already built LZO tree.
-LZO=$H/lzo-1.08
+LZO=$H/lzo-2.02
# Already built dmalloc tree.
# Optional, but leave defined even if you are not using
@@ -30,7 +30,7 @@ DMALLOC=$H/dmalloc-5.4.2
# TAP binaries should be here: tap0801.sys and tapinstall.exe
# These must be built with MS DDK.
-TAPBIN=$I3
+TAPBIN=$H/tapbin-21
# u2d.c should exist here.
SCRIPTS=$IN/install-win32