mirror of
https://github.com/curl/curl.git
synced 2026-08-15 10:33:38 +03:00
Added SSPI build to Watcom makefile.
This commit is contained in:
parent
6b490ed33c
commit
2f0532a072
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue