From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- command-interface/command-interface.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 command-interface/command-interface.scm (limited to 'command-interface/command-interface.scm') diff --git a/command-interface/command-interface.scm b/command-interface/command-interface.scm new file mode 100644 index 0000000..1eebde3 --- /dev/null +++ b/command-interface/command-interface.scm @@ -0,0 +1,11 @@ +;;; csys.scm -- compilation unit definition for the compilation system + +(define-compilation-unit command-interface + (source-filename "$Y2/command-interface/") + (require global) + (unit command + (source-filename "command.scm")) + (unit command-utils + (source-filename "command-utils.scm")) + (unit incremental-compiler + (source-filename "incremental-compiler.scm"))) -- cgit v1.2.3