mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Tim Costello's bug report #454856
This commit is contained in:
parent
df09214c62
commit
3aae2ec511
@ -1,11 +1,10 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
# $Id: Makefile.am,v 1.20 2001/08/08 07:46:44 bagder Exp $
|
|
||||||
#
|
#
|
||||||
## Makefile for building libcurl.lib with MSVC6
|
## Makefile for building libcurl.lib with MSVC6
|
||||||
## Use: nmake -f makefile.vc6 [release | release-ssl | debug]
|
## Use: nmake -f makefile.vc6 [release | release-ssl | debug]
|
||||||
## (default is release)
|
## (default is release)
|
||||||
##
|
##
|
||||||
## Comments to: Troy Engel <tengel@sonic.net>
|
## Originally written by: Troy Engel <tengel@sonic.net>
|
||||||
## Updated by: Craig Davison <cd@securityfocus.com>
|
## Updated by: Craig Davison <cd@securityfocus.com>
|
||||||
## Updated by: SM <sm@technologist.com>
|
## Updated by: SM <sm@technologist.com>
|
||||||
|
|
||||||
@ -127,7 +126,7 @@ RELEASE_SSL_OBJS= \
|
|||||||
versionrs.obj \
|
versionrs.obj \
|
||||||
easyrs.obj \
|
easyrs.obj \
|
||||||
strequalrs.obj \
|
strequalrs.obj \
|
||||||
strtokd.obj
|
strtokrs.obj
|
||||||
|
|
||||||
LINK_OBJS= \
|
LINK_OBJS= \
|
||||||
base64.obj \
|
base64.obj \
|
||||||
@ -310,7 +309,7 @@ formdatars.obj: formdata.c
|
|||||||
ftprs.obj: ftp.c
|
ftprs.obj: ftp.c
|
||||||
$(CCRS) $(CFLAGS) ftp.c
|
$(CCRS) $(CFLAGS) ftp.c
|
||||||
httprs.obj: http.c
|
httprs.obj: http.c
|
||||||
$(CCR) $(CFLAGS) http.c
|
$(CCRS) $(CFLAGS) http.c
|
||||||
http_chunksrs.obj: http_chunks.c
|
http_chunksrs.obj: http_chunks.c
|
||||||
$(CCRS) $(CFLAGS) http_chunks.c
|
$(CCRS) $(CFLAGS) http_chunks.c
|
||||||
ldaprs.obj: ldap.c
|
ldaprs.obj: ldap.c
|
||||||
|
Loading…
Reference in New Issue
Block a user