summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-12-11 08:14:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-12-11 08:14:34 +0000
commit7dcda6a3700d03c6f04a60b8f292982b53515f34 (patch)
tree41a2ea3d187580d4ef7505057e3d7489b48646e5
parentdde277d86abfc1de8a19e8001ae7334d93febbb3 (diff)
downloadgnurl-7dcda6a3700d03c6f04a60b8f292982b53515f34.tar.gz
gnurl-7dcda6a3700d03c6f04a60b8f292982b53515f34.tar.bz2
gnurl-7dcda6a3700d03c6f04a60b8f292982b53515f34.zip
unix style newlines
-rw-r--r--lib/Makefile.vc610
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index e217811f5..aa7aab4c1 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -4,9 +4,9 @@
## (default is release)
##
## Comments to: Troy Engel <tengel@sonic.net>
-## Updated by: Craig Davison <cd@securityfocus.com>
+## Updated by: Craig Davison <cd@securityfocus.com>
-PROGRAM_NAME = libcurl.lib
+PROGRAM_NAME = libcurl.lib
PROGRAM_NAME_DEBUG = libcurld.lib
OPENSSL_PATH = ../../openssl-0.9.6
@@ -122,7 +122,7 @@ RELEASE_SSL_OBJS= \
easyrs.obj \
highlevelrs.obj \
strequalrs.obj
-
+
LINK_OBJS= \
base64.obj \
cookie.obj \
@@ -345,8 +345,8 @@ highlevelrs.obj: highlevel.c
$(CCRS) $(CFLAGS) highlevel.c
strequalrs.obj: strequal.c
$(CCRS) $(CFLAGS) strequal.c
-
-
+
+
clean:
-@erase *.obj
-@erase vc60.idb