]> granicus.if.org Git - curl/commitdiff
changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed...
authorGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 12:53:00 +0000 (12:53 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 12:53:00 +0000 (12:53 +0000)
lib/Makefile.m32
src/Makefile.m32

index d16325456970f5439226c83287fdcc5cc704da3b..d627c53e9261da95ce200545f21c745b1b5b5311 100644 (file)
 ##              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
 
index 655bda4d94030dabba073e1d78ddd5f30ae1fd04..06e717170409a3453b38e79926968f3aa653f074 100644 (file)
 ##              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