aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.m326
-rw-r--r--src/Makefile.m326
2 files changed, 6 insertions, 6 deletions
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 <hartroth@acm.org>
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
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 655bda4d9..06e717170 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -10,10 +10,10 @@
## Joern Hartroth <hartroth@acm.org>
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
@@ -26,7 +26,7 @@ CFLAGS = -g -O2
LDFLAGS =
RC = windres
RCFLAGS = --include-dir=../include -O COFF -i
-RM = rm -f
+RM = del /f
STRIP = strip -s
# We may need these someday