diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-31 01:58:12 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-31 01:58:12 +0000 |
commit | 1df5be59818066b89936b245e6974efee78529aa (patch) | |
tree | 60478b8c9ef20c4329054f305da7920b5d4bfb6e /install-win32/prebuild | |
parent | svn merge -r 672:731 $SO/trunk/openvpn (diff) | |
download | openvpn-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 'install-win32/prebuild')
-rwxr-xr-x | install-win32/prebuild | 6 |
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 |