mirror of
https://github.com/curl/curl.git
synced 2026-07-30 01:18:07 +03:00
build: added Watcom support to build with WinSSL.
This commit is contained in:
parent
006556713e
commit
f29b88c246
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
|
||||||
CFLAGS += -dUSE_WINDOWS_SSPI
|
CFLAGS += -dUSE_WINDOWS_SSPI
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!ifdef %use_winssl
|
||||||
|
CFLAGS += -dUSE_WINDOWS_SSPI
|
||||||
|
CFLAGS += -DUSE_SCHANNEL
|
||||||
|
!endif
|
||||||
|
|
||||||
!ifdef %use_winidn
|
!ifdef %use_winidn
|
||||||
CFLAGS += -dWINVER=0x0600 -dUSE_WIN32_IDN
|
CFLAGS += -dWINVER=0x0600 -dUSE_WIN32_IDN
|
||||||
! if $(__VERSION__) <= 1290
|
! if $(__VERSION__) <= 1290
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue