From a30ede868ab64e11c5542179aa5bdbf5dfa01567 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Aug 2011 22:30:56 +0200 Subject: [PATCH] VC6 makefiles: added embedded documentation Just a note about the fact that all VC[6/8/9/10] makefiles are generated from the VC6 one as source. --- lib/Makefile.vc6 | 5 +++++ src/Makefile.vc6 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a778801..fa1a7a4 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -20,6 +20,11 @@ # #*************************************************************************** +# All files in the Makefile.vc* series are generated automatically from the +# one made for MSVC version 6. Alas, if you want to do changes to any of the +# fiels and send back to the project, edit the version six, make your diff and +# mail curl-library. + ########################################################################### # # Makefile for building libcurl with MSVC6 diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index a25680b..7436d2c 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -20,6 +20,11 @@ # #*************************************************************************** +# All files in the Makefile.vc* series are generated automatically from the +# one made for MSVC version 6. Alas, if you want to do changes to any of the +# fiels and send back to the project, edit the version six, make your diff and +# mail curl-users. + ############################################################# # ## Makefile for building curl.exe with MSVC6 -- 2.7.4