Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading RELEASE-NOTES +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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) lib/Makefile.vc6 +23 −2 Original line number Diff line number Diff line ############################################################# # $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $ #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1999 - 2009, 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 # are also available at http://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the COPYING file. # # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # # $Id: Makefile.am,v 1.139 2008-11-03 08:50:58 bagder Exp $ ########################################################################### # # Makefile for building libcurl with MSVC6 # Loading Loading @@ -471,6 +491,7 @@ X_OBJS= \ $(DIROBJ)\socks.obj \ $(DIROBJ)\speedcheck.obj \ $(DIROBJ)\splay.obj \ $(DIROBJ)\ssh.obj \ $(DIROBJ)\sslgen.obj \ $(DIROBJ)\ssluse.obj \ $(DIROBJ)\strequal.obj \ Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading
RELEASE-NOTES +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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)
lib/Makefile.vc6 +23 −2 Original line number Diff line number Diff line ############################################################# # $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $ #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 1999 - 2009, 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 # are also available at http://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the COPYING file. # # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # # $Id: Makefile.am,v 1.139 2008-11-03 08:50:58 bagder Exp $ ########################################################################### # # Makefile for building libcurl with MSVC6 # Loading Loading @@ -471,6 +491,7 @@ X_OBJS= \ $(DIROBJ)\socks.obj \ $(DIROBJ)\speedcheck.obj \ $(DIROBJ)\splay.obj \ $(DIROBJ)\ssh.obj \ $(DIROBJ)\sslgen.obj \ $(DIROBJ)\ssluse.obj \ $(DIROBJ)\strequal.obj \ Loading