From 913384e4c23f012ef067396b3e39b28cb9169d69 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 17 Aug 1999 03:06:56 +0000 Subject: [PATCH] Added comments. --- libtiff/makefile.vc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libtiff/makefile.vc b/libtiff/makefile.vc index 427f5d61..fc3da9f7 100644 --- a/libtiff/makefile.vc +++ b/libtiff/makefile.vc @@ -1,3 +1,9 @@ +# +# Simple MS VC++ Makefile +# +# To build: +# C:\libtiff\libtiff> nmake /f makefile.vc all +# # # Select _CONSOLE to build a library which reports errors to stderr, or