Skip to content

Commit

Permalink
unix style newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 11, 2000
1 parent dde277d commit 7dcda6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Makefile.vc6
Expand Up @@ -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

Expand Down Expand Up @@ -122,7 +122,7 @@ RELEASE_SSL_OBJS= \
easyrs.obj \
highlevelrs.obj \
strequalrs.obj

LINK_OBJS= \
base64.obj \
cookie.obj \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7dcda6a

Please sign in to comment.