Add some missing packages to the Win32 implementation.
authorChris Hanson <org/chris-hanson/cph>
Thu, 20 Nov 1997 05:51:58 +0000 (05:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 20 Nov 1997 05:51:58 +0000 (05:51 +0000)
v7/src/edwin/edwin.pkg

index 0e5d8a51a7ae0a1708187fff556138194af171c0..c29d1f795fb4a8f49c8c0ece743b0c9fd10f157e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.215 1997/11/20 05:27:37 cph Exp $
+$Id: edwin.pkg,v 1.216 1997/11/20 05:51:58 cph Exp $
 
 Copyright (c) 1989-97 Massachusetts Institute of Technology
 
@@ -1156,7 +1156,12 @@ MIT in each case. |#
   (global-definitions "../win32/win32")
 
   (extend-package (edwin)
-    (files "dos" "dosfile"))
+    (files "dos"
+          "dosfile"
+          "comint"                     ; command interpreter process stuff
+          "compile"                    ; compilation subprocess
+          "shell"                      ; shell subprocess commands
+          ))
 
   (extend-package (edwin dired)
     (files "dirw32")