Tim Costello's bug report #454856
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 06:31:34 +0000 (06:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 06:31:34 +0000 (06:31 +0000)
lib/Makefile.vc6

index 18e48dc..877258b 100644 (file)
@@ -1,11 +1,10 @@
 #############################################################\r
-# $Id: Makefile.am,v 1.20 2001/08/08 07:46:44 bagder Exp $\r
 #\r
 ## Makefile for building libcurl.lib with MSVC6\r
 ## Use: nmake -f makefile.vc6 [release | release-ssl | debug]\r
 ##      (default is release)\r
 ##\r
-## Comments to: Troy Engel <tengel@sonic.net>\r
+## Originally written by: Troy Engel <tengel@sonic.net>\r
 ## Updated by: Craig Davison <cd@securityfocus.com>\r
 ## Updated by: SM <sm@technologist.com>\r
 \r
@@ -127,7 +126,7 @@ RELEASE_SSL_OBJS= \
        versionrs.obj \\r
        easyrs.obj \\r
        strequalrs.obj \\r
-       strtokd.obj\r
+       strtokrs.obj\r
 \r
 LINK_OBJS= \\r
        base64.obj \\r
@@ -310,7 +309,7 @@ formdatars.obj: formdata.c
 ftprs.obj: ftp.c\r
        $(CCRS) $(CFLAGS) ftp.c\r
 httprs.obj: http.c\r
-       $(CCR) $(CFLAGS) http.c\r
+       $(CCRS) $(CFLAGS) http.c\r
 http_chunksrs.obj: http_chunks.c\r
        $(CCRS) $(CFLAGS) http_chunks.c\r
 ldaprs.obj: ldap.c\r