aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-20 06:24:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-20 06:24:25 +0000
commit14a67885356554feafd5bb25a1097c1b2dbada00 (patch)
treec3cb5b1726c8521698ab2bccc219af5395b0f00e /lib/Makefile.vc6
parent6f868265160807aedeb9c790fde156d872ea7896 (diff)
- 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).
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc625
1 files changed, 23 insertions, 2 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index ece627b26..9fd540b5a 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -1,5 +1,25 @@
-#############################################################
-# $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
#
@@ -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 \