From c87955436af2e0cebc0569ba5ad9671f45f33e32 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 21 Aug 1993 03:20:16 +0000 Subject: [PATCH] Move some files to ntutl. --- v7/src/microcode/ntutl/config.bat | 8 +++++--- v7/src/microcode/ntutl/makefile | 14 ++++++++------ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/v7/src/microcode/ntutl/config.bat b/v7/src/microcode/ntutl/config.bat index 15a4b35ed..0f247307d 100644 --- a/v7/src/microcode/ntutl/config.bat +++ b/v7/src/microcode/ntutl/config.bat @@ -3,15 +3,17 @@ rem MIT Scheme microcode configuration script for Windows NT rem rem Copyright (c) 1993 Massachusetts Institute of Technology rem -rem $Id: config.bat,v 1.4 1993/08/21 02:32:58 gjr Exp $ +rem $Id: config.bat,v 1.5 1993/08/21 03:20:16 gjr Exp $ rem copy cmpintmd\i386.h cmpintmd.h copy cmpauxmd\i386-nt.asm cmpauxmd.asm -copy ntutl\*.lst . -copy ntutl\*.h . copy ntutl\makefile . +copy ntutl\*.c . +copy ntutl\*.h . +copy ntutl\*.lst . copy ntutl\*.bat . copy ntutl\*.mak . copy ntutl\*.def . copy ntutl\*.dlg . copy ntutl\*.ico . +copy ntutl\*.rc . diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index aaea3d37a..612a3dc6e 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.7 1993/08/21 02:31:23 gjr Exp $ +### $Id: makefile,v 1.8 1993/08/21 03:20:09 gjr Exp $ ### ### Copyright (c) 1992-1993 Massachusetts Institute of Technology ### @@ -463,18 +463,20 @@ clean: del *.res unconfig: - del cmpintmd.h del cmpauxmd.asm - del float.h + del cmpintmd.h del limits.h + del float.h + del ntdialog.h + del ntw16lib.c + del ntw32lib.c del makefile del *.lst - del setenv.bat - del win31.bat - del winnt.bat + del *.bat del *.mak del *.def del *.dlg del *.ico + del *.rc -- 2.25.1