diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-24 06:31:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-24 06:31:34 +0000 |
commit | 3aae2ec5110cc2ed7cc4e3e8969196ec9593d900 (patch) | |
tree | 0d3c4080f1f9d744a43c8b2eede27e7205ba93c5 /lib | |
parent | df09214c6236c826bf1d44885fb4c42e77a23808 (diff) |
Tim Costello's bug report #454856
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 18e48dcaa..877258bd1 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -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
## Use: nmake -f makefile.vc6 [release | release-ssl | debug]
## (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: SM <sm@technologist.com>
@@ -127,7 +126,7 @@ RELEASE_SSL_OBJS= \ versionrs.obj \
easyrs.obj \
strequalrs.obj \
- strtokd.obj
+ strtokrs.obj
LINK_OBJS= \
base64.obj \
@@ -310,7 +309,7 @@ formdatars.obj: formdata.c ftprs.obj: ftp.c
$(CCRS) $(CFLAGS) ftp.c
httprs.obj: http.c
- $(CCR) $(CFLAGS) http.c
+ $(CCRS) $(CFLAGS) http.c
http_chunksrs.obj: http_chunks.c
$(CCRS) $(CFLAGS) http_chunks.c
ldaprs.obj: ldap.c
|