From: Chris Hanson Date: Fri, 16 Jan 2004 21:07:33 +0000 (+0000) Subject: Add ssp. X-Git-Tag: 20090517-FFI~1710 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3050502288ad5397f4e5deea08c429ed13fbfa68;p=mit-scheme.git Add ssp. --- diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index c07ca4641..e4756f4ce 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.22 2004/01/16 21:03:35 cph Exp $ +# $Id: Makefile.in,v 1.23 2004/01/16 21:07:33 cph Exp $ # # Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology # @@ -58,8 +58,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs # **** END BOILERPLATE **** -SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS) -INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos ssp star-parser xml +SUBDIRS = 6001 compiler rcs runtime-check sf ssp win32 $(INSTALLED_SUBDIRS) +INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos star-parser xml AUXDIR = @AUXDIR@ EDETC = $(AUXDIR)/edwin/etc diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index fe65e7b29..f28e4fb29 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.7 2003/02/14 18:48:11 cph Exp $ +$Id: compile.scm,v 1.8 2004/01/16 21:06:06 cph Exp $ -Copyright 2000,2001,2002 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -47,7 +47,7 @@ USA. (load "cref.sf")))) (for-each (lambda (name) (load (merge-pathnames "compile" (pathname-as-directory name)))) - '("sos" "star-parser" "imail" "xml")) + '("sos" "star-parser" "imail" "xml" "ssp")) (with-working-directory-pathname "runtime-check" (lambda () (load "runtime.cbf")))) \ No newline at end of file