Pārlūkot izejas kodu

Added ANSI-C to Action file

ceriel 33 gadi atpakaļ
vecāks
revīzija
8c7695c351
1 mainītis faili ar 12 papildinājumiem un 3 dzēšanām
  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"
 failure "You have to run the shell script first in the directory first"
 fatal
 fatal
 end
 end
-name	"EM definition"
-dir etc
-end
+! name	"EM definition"
+! dir etc
+! end
 name "EM definition library"
 name "EM definition library"
 dir util/data
 dir util/data
 end
 end
@@ -71,6 +71,15 @@ end
 name "C frontend"
 name "C frontend"
 dir lang/cem/cemcom
 dir lang/cem/cemcom
 end
 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"
 name "Basic frontend"
 dir lang/basic/src
 dir lang/basic/src
 end
 end