Move some files to ntutl.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 03:20:16 +0000 (03:20 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 03:20:16 +0000 (03:20 +0000)
v7/src/microcode/ntutl/config.bat
v7/src/microcode/ntutl/makefile

index 15a4b35ed129db95100b593deac0588340c53bc2..0f247307d6a6090fcbf0e1fd4d4864bfb56f1a44 100644 (file)
@@ -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 .
index aaea3d37ad1d6e6c2c027d4f89d22907d06a4743..612a3dc6e30e2062fa77a66ff8f763991939d264 100644 (file)
@@ -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