mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Added SSPI build to Watcom makefile.
This commit is contained in:
parent
6b490ed33c
commit
2f0532a072
@ -57,6 +57,10 @@ CFLAGS += -d0
|
||||
CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
|
||||
!endif
|
||||
|
||||
!ifdef %use_sspi
|
||||
CFLAGS += -dUSE_WINDOWS_SSPI
|
||||
!endif
|
||||
|
||||
#
|
||||
# Change to suite.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user