diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-09 09:10:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-09 09:10:13 +0000 |
commit | f1ce203686011795f898bed1ae3c72f09fb342cb (patch) | |
tree | e53ea39239b2e759b80a4200c994d28e7fbc259a | |
parent | d6ccc33dec84bc7d9467192c1cbbbc4488656bbb (diff) |
Added $Id:$ string for file version in the header
-rw-r--r-- | lib/Makefile.b32 | 2 | ||||
-rw-r--r-- | lib/Makefile.m32 | 2 | ||||
-rw-r--r-- | lib/Makefile.vc6 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 44de4c53b..76b72b1c7 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 9131eec20..367ff9522 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 69fecc27c..550ddc22d 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)
|