sspi: Added version information

Added version information for Windows SSPI to curl's main version
string and removed SSPI from the features string.
This commit is contained in:
Steve Holme
2012-04-22 18:49:27 +01:00
parent 560cd62272
commit 2976de4808
8 changed files with 90 additions and 9 deletions

View File

@@ -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