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. --- import-export/ie.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 import-export/ie.scm (limited to 'import-export/ie.scm') diff --git a/import-export/ie.scm b/import-export/ie.scm new file mode 100644 index 0000000..9cd6de9 --- /dev/null +++ b/import-export/ie.scm @@ -0,0 +1,16 @@ +(define-compilation-unit ie + (source-filename "$Y2/import-export/") + (require global) + (unit ie-utils + (source-filename "ie-utils")) + (unit import-export + (source-filename "import-export")) + (unit init-modules + (source-filename "init-modules")) + (unit top-definitions + (source-filename "top-definitions")) + (unit locate-entity + (source-filename "locate-entity")) + (unit ie-errors + (source-filename "ie-errors"))) + -- cgit v1.2.3