mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
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:
parent
560cd62272
commit
2976de4808
8 changed files with 90 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue