mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:57:15 +03:00
changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed out; changed to use latest external libs.
This commit is contained in:
parent
f2f7c18245
commit
7ed58c4636
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue