From: keie Date: Mon, 1 Apr 1985 14:02:58 +0000 (+0000) Subject: Adapted after installation of backend. X-Git-Tag: release-5-5~5520 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6bbdb927840f445103a2887d2e3dd2f225d6ba78;p=ack.git Adapted after installation of backend. --- diff --git a/mach/z80/Action b/mach/z80/Action index 8e96d285b..d04809484 100644 --- a/mach/z80/Action +++ b/mach/z80/Action @@ -1,3 +1,21 @@ name "Z80 assembler" dir as end +name "Z80 code generator" +dir cg +end +name "Z80 Basic library" +dir libbc +end +name "Z80 C libraries" +dir libcc +end +name "Z80 EM library" +dir libem +end +name "Z80 Pascal library" +dir libpc +end +name "Z80 System library" +dir libsys +end