From 1df5be59818066b89936b245e6974efee78529aa Mon Sep 17 00:00:00 2001 From: james Date: Mon, 31 Oct 2005 01:58:12 +0000 Subject: 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 --- install-win32/prebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install-win32/prebuild') 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 -- cgit v1.2.3