unix style newlines

This commit is contained in:
Daniel Stenberg
2000-12-11 08:14:34 +00:00
parent dde277d86a
commit 7dcda6a370

View File

@@ -4,9 +4,9 @@
## (default is release) ## (default is release)
## ##
## Comments to: Troy Engel <tengel@sonic.net> ## 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 PROGRAM_NAME_DEBUG = libcurld.lib
OPENSSL_PATH = ../../openssl-0.9.6 OPENSSL_PATH = ../../openssl-0.9.6
@@ -122,7 +122,7 @@ RELEASE_SSL_OBJS= \
easyrs.obj \ easyrs.obj \
highlevelrs.obj \ highlevelrs.obj \
strequalrs.obj strequalrs.obj
LINK_OBJS= \ LINK_OBJS= \
base64.obj \ base64.obj \
cookie.obj \ cookie.obj \
@@ -345,8 +345,8 @@ highlevelrs.obj: highlevel.c
$(CCRS) $(CFLAGS) highlevel.c $(CCRS) $(CFLAGS) highlevel.c
strequalrs.obj: strequal.c strequalrs.obj: strequal.c
$(CCRS) $(CFLAGS) strequal.c $(CCRS) $(CFLAGS) strequal.c
clean: clean:
-@erase *.obj -@erase *.obj
-@erase vc60.idb -@erase vc60.idb