]> granicus.if.org Git - curl/commitdiff
- Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile.vc6
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Jan 2009 06:24:25 +0000 (06:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Jan 2009 06:24:25 +0000 (06:24 +0000)
  file (and thus from the vc8 and vc9 ones too).

CHANGES
RELEASE-NOTES
lib/Makefile.vc6

diff --git a/CHANGES b/CHANGES
index 4a5147384f63a7fa4054d89007b9c7466b6f2901..04123e9b0b5cecce8c9aa67ef64f637c0bd66de3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel Stenberg (20 Jan 2009)
+- Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile.vc6
+  file (and thus from the vc8 and vc9 ones too). 
+
 Version 7.19.3 (19 January 2009)
 
 Daniel Stenberg (16 Jan 2009)
index 82299b8e73f6186b05c34c2da0eb943798690519..55d6c8efbd09de9b75840a34ec4a1f3bb93841fd 100644 (file)
@@ -13,7 +13,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
- o 
+ o missing ssh.obj in VS makefiles
 
 This release includes the following known bugs:
 
@@ -22,6 +22,6 @@ This release includes the following known bugs:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
+ Lisa Xu
 
         Thanks! (and sorry if I forgot to mention someone)
index ece627b26cae0474e17bd2a6ac3abb5de1d8efe4..9fd540b5a254c092bdf7c996b57e5484f10e0ce5 100644 (file)
@@ -1,5 +1,25 @@
-#############################################################\r
-# $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $\r
+#***************************************************************************\r
+#                                  _   _ ____  _\r
+#  Project                     ___| | | |  _ \| |\r
+#                             / __| | | | |_) | |\r
+#                            | (__| |_| |  _ <| |___\r
+#                             \___|\___/|_| \_\_____|\r
+#\r
+# Copyright (C) 1999 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+#\r
+# This software is licensed as described in the file COPYING, which\r
+# you should have received as part of this distribution. The terms\r
+# are also available at http://curl.haxx.se/docs/copyright.html.\r
+#\r
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell\r
+# copies of the Software, and permit persons to whom the Software is\r
+# furnished to do so, under the terms of the COPYING file.\r
+#\r
+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY\r
+# KIND, either express or implied.\r
+#\r
+# $Id: Makefile.am,v 1.139 2008-11-03 08:50:58 bagder Exp $\r
+###########################################################################\r
 #\r
 # Makefile for building libcurl with MSVC6\r
 #\r
@@ -471,6 +491,7 @@ X_OBJS= \
        $(DIROBJ)\socks.obj \\r
        $(DIROBJ)\speedcheck.obj \\r
        $(DIROBJ)\splay.obj \\r
+       $(DIROBJ)\ssh.obj \\r
        $(DIROBJ)\sslgen.obj \\r
        $(DIROBJ)\ssluse.obj \\r
        $(DIROBJ)\strequal.obj \\r