aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-04-22 18:49:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-04-22 18:49:27 +0100
commit2976de480808119dae08fc6f52c8d75ba1aedb1a (patch)
tree891f310592492c901b660952f9f17d9d3de810af /lib/Makefile.vc6
parent560cd6227271752536de237e41c374d0a3e11f1d (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 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc61
1 files changed, 1 insertions, 0 deletions
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