From 8079bb5482f5f7cc91414a3745bdfe4cdacb770e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 20 Sep 1993 17:07:55 +0000 Subject: [PATCH] Add .cur files. --- v7/src/microcode/ntutl/config.bat | 3 ++- v7/src/microcode/ntutl/makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ntutl/config.bat b/v7/src/microcode/ntutl/config.bat index 0f247307d..e7fd05613 100644 --- a/v7/src/microcode/ntutl/config.bat +++ b/v7/src/microcode/ntutl/config.bat @@ -3,7 +3,7 @@ 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.5 1993/08/21 03:20:16 gjr Exp $ +rem $Id: config.bat,v 1.6 1993/09/20 17:07:36 gjr Exp $ rem copy cmpintmd\i386.h cmpintmd.h copy cmpauxmd\i386-nt.asm cmpauxmd.asm @@ -17,3 +17,4 @@ copy ntutl\*.def . copy ntutl\*.dlg . copy ntutl\*.ico . copy ntutl\*.rc . +copy ntutl\*.cur . diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index c9c12ae8c..95cc590e3 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.12 1993/09/04 06:59:05 gjr Exp $ +### $Id: makefile,v 1.13 1993/09/20 17:07:55 gjr Exp $ ### ### Copyright (c) 1992-1993 Massachusetts Institute of Technology ### @@ -480,5 +480,6 @@ unconfig: del *.dlg del *.ico del *.rc + del *.cur -- 2.25.1