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 --- makefile.w32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile.w32') diff --git a/makefile.w32 b/makefile.w32 index 48cc3f1..4184504 100755 --- a/makefile.w32 +++ b/makefile.w32 @@ -35,8 +35,8 @@ # Change these to point to your OpenSSL, LZO, and # (optionally) dmalloc top-level directories. -OPENSSL = /c/src/openssl-0.9.7g -LZO = /c/src/lzo-1.08 +OPENSSL = /c/src/openssl-0.9.7i +LZO = /c/src/lzo-2.02 DMALLOC = /c/src/dmalloc-5.4.2 ######################################################### @@ -49,7 +49,7 @@ INCLUDE_DIRS = -I${OPENSSL}/include -I${LZO}/include INCLUDE_DIRS_DMALLOC = ${INCLUDE_DIRS} -I${DMALLOC} -LIBS = -llzo -lcrypt32 -lws2_32 -lgdi32 -liphlpapi -lwinmm +LIBS = -llzo2 -lcrypt32 -lws2_32 -lgdi32 -liphlpapi -lwinmm LIBS_DMALLOC = ${LIBS} -ldmalloc -- cgit