mirror of
https://github.com/curl/curl.git
synced 2026-08-06 04:46:13 +03:00
unix style newlines
This commit is contained in:
parent
dde277d86a
commit
7dcda6a370
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue