Added support for the ANSI C language runtime and preprocessor.
This commit is contained in:
47
pmfile
47
pmfile
@@ -37,6 +37,7 @@ include "util/cmisc/pmfile"
|
||||
include "util/ack/pmfile"
|
||||
include "util/arch/pmfile"
|
||||
include "util/cpp/pmfile"
|
||||
include "lang/cem/cpp.ansi/pmfile"
|
||||
include "util/cgg/pmfile"
|
||||
include "util/ncgg/pmfile"
|
||||
include "util/ceg/pmfile"
|
||||
@@ -75,6 +76,7 @@ include "mach/z8000/pmfile"
|
||||
|
||||
lang_runtimes = group {
|
||||
lang_cem_runtime,
|
||||
lang_cem_ansi_runtime,
|
||||
lang_pc_runtime,
|
||||
lang_m2_runtime,
|
||||
lang_occam_runtime,
|
||||
@@ -107,6 +109,7 @@ default = group {
|
||||
tool_aal,
|
||||
tool_ack,
|
||||
tool_cpp,
|
||||
tool_cpp_ansi,
|
||||
tool_cgg,
|
||||
tool_ncgg,
|
||||
-- tool_ceg,
|
||||
@@ -173,47 +176,3 @@ configure = simple {
|
||||
f:close()
|
||||
end
|
||||
}
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.15 2006-07-27 22:51:38 dtrg
|
||||
-- Added support for the K&R C language runtime.
|
||||
--
|
||||
-- Revision 1.14 2006/07/27 22:14:55 dtrg
|
||||
-- Added support for the Modula-2 language runtime.
|
||||
--
|
||||
-- Revision 1.13 2006/07/27 22:07:38 dtrg
|
||||
-- Added support for the Pascal language runtime.
|
||||
--
|
||||
-- Revision 1.12 2006/07/27 21:58:13 dtrg
|
||||
-- Added support for the Basic and Occam language runtimes.
|
||||
--
|
||||
-- Revision 1.11 2006/07/26 23:08:09 dtrg
|
||||
-- Added support for the Basic compiler.
|
||||
--
|
||||
-- Revision 1.10 2006/07/26 18:23:32 dtrg
|
||||
-- Added support for the Occam compiler.
|
||||
--
|
||||
-- Revision 1.9 2006/07/26 17:12:19 dtrg
|
||||
-- Added support for the Modula-2 compiler.
|
||||
--
|
||||
-- Revision 1.8 2006/07/22 21:24:41 dtrg
|
||||
-- Really added support for the Pascal compiler.
|
||||
--
|
||||
-- Revision 1.7 2006/07/22 21:03:07 dtrg
|
||||
-- Added support for the Pascal compiler.
|
||||
--
|
||||
-- Revision 1.6 2006/07/22 20:10:41 dtrg
|
||||
-- Added support for the esize object inspection tool.
|
||||
--
|
||||
-- Revision 1.5 2006/07/22 20:04:41 dtrg
|
||||
-- Added support for the led link editor.
|
||||
--
|
||||
-- Revision 1.4 2006/07/22 12:31:19 dtrg
|
||||
-- Added support for the top target peephole optimiser.
|
||||
--
|
||||
-- Revision 1.3 2006/07/22 00:52:01 dtrg
|
||||
-- Added support for the ego global optimisation suite.
|
||||
--
|
||||
-- Revision 1.2 2006/07/20 23:24:42 dtrg
|
||||
-- Fixed revision history.
|
||||
Reference in New Issue
Block a user