diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-04-22 18:49:27 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-04-22 18:49:27 +0100 |
commit | 2976de480808119dae08fc6f52c8d75ba1aedb1a (patch) | |
tree | 891f310592492c901b660952f9f17d9d3de810af /winbuild | |
parent | 560cd6227271752536de237e41c374d0a3e11f1d (diff) |
sspi: Added version information
Added version information for Windows SSPI to curl's main version
string and removed SSPI from the features string.
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/MakefileBuild.vc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 238b3ea60..1a7850ad5 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -145,6 +145,7 @@ USE_SSPI=yes !IF "$(USE_SSPI)"=="yes" CFLAGS_SSPI = /DUSE_WINDOWS_SSPI +LFLAGS_SSPI = version.lib USE_SSPI=true !ENDIF @@ -283,6 +284,7 @@ CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ipv6 !IF "$(USE_SSPI)"=="true" CFLAGS = $(CFLAGS) $(CFLAGS_SSPI) +LFLAGS = $(LFLAGS) $(LFLAGS_SSPI) CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-sspi !ENDIF |