summaryrefslogtreecommitdiff
path: root/command-interface/command-interface.scm
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /command-interface/command-interface.scm
Import to github.
Diffstat (limited to 'command-interface/command-interface.scm')
-rw-r--r--command-interface/command-interface.scm11
1 files changed, 11 insertions, 0 deletions
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")))