aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2014-10-30 16:43:29 +0100
committerGuenter Knauf <lists@gknw.net>2014-10-30 16:43:29 +0100
commitf29b88c2467da1d4e55c19d6212b5ac992ffcfb8 (patch)
treea8fff014909a79e696440f4efa3a250c2c9b3119 /lib/Makefile.Watcom
parent006556713e98ec590c472919aa26b80c41af57f7 (diff)
build: added Watcom support to build with WinSSL.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index 51de107ea..3b519c3e4 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -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