aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-03 12:53:00 +0000
committerGunter Knauf <gk@gknw.de>2007-08-03 12:53:00 +0000
commit7ed58c463604092013dd53d9313c21cd75b6a22f (patch)
tree2e854c52539985f4b94805d4dfd80eb1a8035f29 /lib/Makefile.m32
parentf2f7c18245c015e50bc072bcf22c7b9191f0b9e8 (diff)
changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed out; changed to use latest external libs.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m326
1 files changed, 3 insertions, 3 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