From d97a6a3da69c6edd5629fef4ea2f7dba9cd461d9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 8 Oct 1996 01:32:34 +0000 Subject: [PATCH] Adjustment for correct Watcom configuration. --- v7/src/microcode/ntutl/wconfig.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ntutl/wconfig.bat b/v7/src/microcode/ntutl/wconfig.bat index feba645d0..54ffb0027 100644 --- a/v7/src/microcode/ntutl/wconfig.bat +++ b/v7/src/microcode/ntutl/wconfig.bat @@ -3,7 +3,7 @@ rem MIT Scheme microcode configuration script for Win32 / Watcom C rem rem Copyright (c) 1995-96 Massachusetts Institute of Technology rem -rem $Id: wconfig.bat,v 1.2 1996/10/02 18:52:34 cph Exp $ +rem $Id: wconfig.bat,v 1.3 1996/10/08 01:32:34 cph Exp $ rem copy cmpintmd\i386.h cmpintmd.h copy cmpauxmd\i386-ntw.asm cmpauxmd.asm @@ -11,6 +11,7 @@ copy ntutl\makefile.wcc makefile copy ntutl\*.h . copy ntutl\*.c . copy ntutl\*.lbc . +copy ntutl\*.lnk . copy ntutl\*.dlg . copy ntutl\*.ico . copy ntutl\*.rc . -- 2.25.1