From 7ed58c463604092013dd53d9313c21cd75b6a22f Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 3 Aug 2007 12:53:00 +0000 Subject: changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed out; changed to use latest external libs. --- lib/Makefile.m32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index d16325456..d627c53e9 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -10,10 +10,10 @@ ## Joern Hartroth ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8d +OPENSSL_PATH = ../../openssl-0.9.8e endif ifndef LIBSSH2_PATH -LIBSSH2_PATH = ../../libssh2-0.14 +LIBSSH2_PATH = ../../libssh2-0.16 endif ifndef ZLIB_PATH ZLIB_PATH = ../../zlib-1.2.3 @@ -23,7 +23,7 @@ ARES_LIB = ../ares CC = gcc AR = ar -RM = rm -f +RM = del /f RANLIB = ranlib STRIP = strip -g -- cgit v1.2.3