From 2976de480808119dae08fc6f52c8d75ba1aedb1a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Apr 2012 18:49:27 +0100 Subject: sspi: Added version information Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string. --- lib/Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.vc6') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index e69f31a15..b6b4d683a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -123,6 +123,7 @@ CFGSET = FALSE !IFDEF WINDOWS_SSPI CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include +WINLIBS = $(WINLIBS) version.lib !ENDIF !IFDEF USE_IPV6 -- cgit v1.2.3