From: em Date: Sun, 14 Apr 1985 13:57:31 +0000 (+0000) Subject: Added libraries needed after installation of cg. X-Git-Tag: release-5-5~5490 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8b4f21bd95887e44d582027053b5be03cdc0f81e;p=ack.git Added libraries needed after installation of cg. --- diff --git a/mach/i80/Action b/mach/i80/Action index 2687f7bef..28050e3ad 100644 --- a/mach/i80/Action +++ b/mach/i80/Action @@ -1,3 +1,24 @@ name "Intel 8080 assembler" dir as end +name "Intel 8080 code generator" +dir cg +end +name "Intel 8080 download programs" +dir dl +end +name "Intel 8080 Basic library" +dir libbc +end +name "Intel 8080 C libraries" +dir libcc +end +name "Intel 8080 EM library" +dir libem +end +name "Intel 8080 Pascal library" +dir libpc +end +name "Intel 8080 System library" +dir libsys +end