Преглед изворни кода

Added ANSI-C to Action file

ceriel пре 33 година
родитељ
комит
8c7695c351
1 измењених фајлова са 12 додато и 3 уклоњено
  1. 12 3
      Action

+ 12 - 3
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