aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-11 19:04:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 19:04:16 +0200
commit9a51c1107470af5ea43d4e40ea4884f8db6781dc (patch)
treedfe3a5347d359f45e2f12b0f327b9d3ff3e1c9a6 /lib/Makefile.vc6
parentcb142cf217fe7e42223d06e80300f1c7f70230a0 (diff)
Makefile.vc6: Added version.lib if built with SSPI
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc65
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 621c6e64f..205b433a3 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -22,7 +22,7 @@
# All files in the Makefile.vc* series are generated automatically from the
# one made for MSVC version 6. Alas, if you want to do changes to any of the
-# fiels and send back to the project, edit the version six, make your diff and
+# files and send back to the project, edit the version six, make your diff and
# mail curl-library.
###########################################################################
@@ -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