From 8352cde8de1a60906fff277e977459cc9364a45a Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 27 Oct 2012 10:55:58 +0000 Subject: [PATCH] same file - --- msdos/vs6.mak | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/msdos/vs6.mak b/msdos/vs6.mak index ac11401..7de9112 100644 --- a/msdos/vs6.mak +++ b/msdos/vs6.mak @@ -1,6 +1,9 @@ -# $MawkId: vs6.mak,v 1.3 2010/12/10 17:00:00 tom Exp $ +# $MawkId: vs6.mak,v 1.4 2012/10/27 10:55:58 tom Exp $ +# Microsoft C makefile for mawk, +# +# Tested with Microsoft Visual Studio 6 using nmake. ############################################################################### -# copyright 2010, Thomas E. Dickey +# copyright 2010,2012 Thomas E. Dickey # # This is a source file for mawk, an implementation of # the AWK programming language. @@ -8,9 +11,6 @@ # Mawk is distributed without warranty under the terms of # the GNU General Public License, version 2, 1991. ############################################################################### -# -# Microsoft C makefile for mawk, -# Tested with Microsoft Visual Studio 6 using nmake. !include @@ -105,7 +105,6 @@ main.obj : array.h code.h config.h files.h init.h mawk.h memory.h nstd.h sizes.h makescan.obj : config.h nstd.h scancode.h matherr.obj : array.h config.h init.h mawk.h nstd.h sizes.h symtype.h types.h memory.obj : config.h mawk.h memory.h nstd.h sizes.h types.h zmalloc.h -missing.obj : config.h nstd.h scancode.h parse.obj : array.h bi_funct.h bi_vars.h code.h config.h field.h files.h jmp.h mawk.h memory.h nstd.h sizes.h symtype.h types.h zmalloc.h print.obj : array.h bi_funct.h bi_vars.h config.h field.h files.h mawk.h memory.h nstd.h parse.h scan.h scancode.h sizes.h symtype.h types.h zmalloc.h re_cmpl.obj : array.h config.h mawk.h memory.h nstd.h parse.h regexp.h repl.h scan.h scancode.h sizes.h symtype.h types.h zmalloc.h