diff options
-rw-r--r-- | src/Makefile.vc6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 01e74f35b..bce3749d1 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -1,4 +1,6 @@ ########################################################
+# $Id: Makefile.vc6,v 1.19 2004/11/14 13:48:15 giva Exp $
+#
## Makefile for building curl.exe with MSVC6
## Use: nmake -f makefile.vc6 [release | debug] [CFG=release-ssl]
## (default is release)
|