Skip to content
Snippets Groups Projects
Commit e6b2eb78 authored by Yang Tse's avatar Yang Tse
Browse files

build: add curl_schannel and curl_darwinssl files to other build systems

parent 6c09ffaf
No related branches found
No related tags found
No related merge requests found
......@@ -501,6 +501,7 @@ X_OBJS= \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
$(DIROBJ)\curl_darwinssl.obj \
$(DIROBJ)\curl_fnmatch.obj \
$(DIROBJ)\curl_gethostname.obj \
$(DIROBJ)\curl_memrchr.obj \
......@@ -512,6 +513,7 @@ X_OBJS= \
$(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_rtmp.obj \
$(DIROBJ)\curl_sasl.obj \
$(DIROBJ)\curl_schannel.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
$(DIROBJ)\dict.obj \
......
......@@ -37,7 +37,7 @@ SOURCE \
curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c \
idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c \
asyn-ares.c asyn-thread.c curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c \
curl_sasl.c curl_multibyte.c
curl_sasl.c curl_multibyte.c curl_schannel.c curl_darwinssl.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment