diff options
-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)
|