Added old C compiler, renamed ansi C one

This commit is contained in:
ceriel 1991-11-11 13:13:09 +00:00
parent afcbb62724
commit 76ab08f62c
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
Action Action
driver driver
f_c.ansi
f_c f_c
f_m2 f_m2
f_pc f_pc

View file

@ -1,6 +1,9 @@
name "Fast ANSI C compiler" name "Fast C compiler"
dir f_c dir f_c
end end
name "Fast ANSI C compiler"
dir f_c.ansi
end
name "Fast Pascal compiler" name "Fast Pascal compiler"
dir f_pc dir f_pc
end end