From 5167121b6e5af623f58f4c8dc58342a6c69a4bd7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 10 Sep 1991 11:20:45 +0000 Subject: [PATCH] Added ANSI-C to Action file --- Action | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Action b/Action index f8fc42b98..34a2dde0a 100644 --- a/Action +++ b/Action @@ -4,9 +4,9 @@ action did_first failure "You have to run the shell script first in the directory first" fatal end -name "EM definition" -dir etc -end +! name "EM definition" +! dir etc +! end name "EM definition library" dir util/data end @@ -71,6 +71,15 @@ end name "C frontend" dir lang/cem/cemcom end +name "ANSI-C frontend" +dir lang/cem/cemcom.ansi +end +name "ANSI-C preprocessor" +dir lang/cem/cpp.ansi +end +name "ANSI-C header files" +dir lang/cem/libcc.ansi +end name "Basic frontend" dir lang/basic/src end