From: Daniel Stenberg Date: Thu, 9 Aug 2001 09:10:13 +0000 (+0000) Subject: Added $Id:$ string for file version in the header X-Git-Tag: curl-7_8_1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1ce203686011795f898bed1ae3c72f09fb342cb;p=thirdparty%2Fcurl.git Added $Id:$ string for file version in the header --- diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 44de4c53bc..76b72b1c75 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -1,4 +1,6 @@ ############################################################ +# $Id$ +# # Makefile.b32 - Borland's C++ Compiler 5.X # # 'lib' directory diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 9131eec20f..367ff95222 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -1,4 +1,6 @@ ############################################################# +# $Id$ +# ## Makefile for building libcurl.a with MingW32 (GCC-2.95) and ## optionally OpenSSL (0.9.6) ## Use: make -f Makefile.m32 diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 69fecc27c0..550ddc22de 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -1,4 +1,6 @@ ############################################################# +# $Id: Makefile.am,v 1.20 2001/08/08 07:46:44 bagder Exp $ +# ## Makefile for building libcurl.lib with MSVC6 ## Use: nmake -f makefile.vc6 [release | release-ssl | debug] ## (default is release)