]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: added Watcom support to build with WinSSL.
authorGuenter Knauf <lists@gknw.net>
Thu, 30 Oct 2014 15:43:29 +0000 (16:43 +0100)
committerGuenter Knauf <lists@gknw.net>
Thu, 30 Oct 2014 15:43:29 +0000 (16:43 +0100)
lib/Makefile.Watcom

index 51de107ea59a7d1e44c9ff3302172f3a5320f735..3b519c3e42771fca83fa2a22959e0edf9641f1b8 100644 (file)
@@ -77,6 +77,11 @@ CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
 CFLAGS += -dUSE_WINDOWS_SSPI
 !endif
 
+!ifdef %use_winssl
+CFLAGS += -dUSE_WINDOWS_SSPI
+CFLAGS += -DUSE_SCHANNEL
+!endif
+
 !ifdef %use_winidn
 CFLAGS += -dWINVER=0x0600 -dUSE_WIN32_IDN
 !  if $(__VERSION__) <= 1290