From f29b88c2467da1d4e55c19d6212b5ac992ffcfb8 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 30 Oct 2014 16:43:29 +0100 Subject: build: added Watcom support to build with WinSSL. --- lib/Makefile.Watcom | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Makefile.Watcom') 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 -- cgit v1.2.1