From: Chris Hanson Date: Thu, 20 Nov 1997 05:51:58 +0000 (+0000) Subject: Add some missing packages to the Win32 implementation. X-Git-Tag: 20090517-FFI~4925 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=11053e638dc670aff395b1ab665c9b80386e6114;p=mit-scheme.git Add some missing packages to the Win32 implementation. --- diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 0e5d8a51a..c29d1f795 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -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")