diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 12:22:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 12:22:50 +0000 |
commit | 3f106afd00d6dcb6615ae95253105e9c5dfad831 (patch) | |
tree | 476f8eaf597893f6d89d975815670fa4c0ce0abe | |
parent | d925057e114dc94073481d5f2580dea9141c028d (diff) |
cut out the changelog, it is far from accurate anyway
-rw-r--r-- | lib/Makefile.vc6 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3ce8281cd..ceb3fe01c 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -21,16 +21,6 @@ #
# $Id: Makefile.vc6,v 1.17 2004/01/13 08:57:01 bagder Exp $
##############################################################
-# CHANGE LOG
-# ------------------------------------------------------------
-# 05.11.2001 John Lask Initial Release
-# 02.05.2002 Miklos Nemeth OPENSSL_PATH environment; no need
-# for OpenSSL libraries when creating a
-# static libcurl.lib
-# 10.14.2003 Added a target release-libcurl-ssl-dll which
-# is intended to allow static linking of libcurl with dynamic
-# linking of openssl
-##############################################################
LIB_NAME = libcurl
LIB_NAME_DEBUG = libcurld
|