diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-18 15:16:10 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-18 15:17:05 +0200 |
commit | 2f0532a0726e8c893e833bbbc9d5590c50ed13d1 (patch) | |
tree | 8e66b4f516c7927224775a60b147fa6a08c643a6 /lib | |
parent | 6b490ed33c3ffc4ac96719df7f8c5df46476579a (diff) |
Added SSPI build to Watcom makefile.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.Watcom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 46b6ec9ac..0ae01799a 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -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. # |