From 9a51c1107470af5ea43d4e40ea4884f8db6781dc Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 11 Jun 2012 19:04:16 +0200 Subject: Makefile.vc6: Added version.lib if built with SSPI --- lib/Makefile.vc6 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.vc6') 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, , et al. +# Copyright (C) 1999 - 2012, Daniel Stenberg, , 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 -- cgit v1.2.3