mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Miklos Nemeth improved
This commit is contained in:
parent
b544c5fa5c
commit
9e6cc86bf7
@ -23,13 +23,18 @@
|
|||||||
# CHANGE LOG
|
# CHANGE LOG
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# 05.11.2001 John Lask Initial Release
|
# 05.11.2001 John Lask Initial Release
|
||||||
|
# 02.05.2002 Miklos Nemeth OPENSSL_PATH environment; no need
|
||||||
|
# for OpenSSL libraries when creating a
|
||||||
|
# static libcurl.lib
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
LIB_NAME = libcurl
|
LIB_NAME = libcurl
|
||||||
LIB_NAME_DEBUG = libcurld
|
LIB_NAME_DEBUG = libcurld
|
||||||
|
!IFNDEF OPENSSL_PATH
|
||||||
OPENSSL_PATH = ../../openssl-0.9.6
|
OPENSSL_PATH = ../../openssl-0.9.6
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
## Nothing more to do below this line!
|
## Nothing more to do below this line!
|
||||||
@ -46,6 +51,8 @@ LFLAGSSSL = /LIBPATH:$(OPENSSL_PATH)/out32dll
|
|||||||
LINKLIBS = ws2_32.lib
|
LINKLIBS = ws2_32.lib
|
||||||
SSLLIBS = libeay32.lib ssleay32.lib RSAglue.lib
|
SSLLIBS = libeay32.lib ssleay32.lib RSAglue.lib
|
||||||
CFGSET = FALSE
|
CFGSET = FALSE
|
||||||
|
LFLAGSSSL=
|
||||||
|
SSLLIBS =
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# release
|
# release
|
||||||
|
Loading…
Reference in New Issue
Block a user