Added support for the Pascal language runtime.

This commit is contained in:
dtrg
2006-07-27 22:07:38 +00:00
parent f3a9a3bc40
commit 5a8968ae4f
3 changed files with 90 additions and 15 deletions

8
pmfile
View File

@@ -75,6 +75,7 @@ include "mach/z8000/pmfile"
-- This is the list of language runtimes that is built for each architecture.
lang_runtimes = group {
lang_pc_runtime,
lang_occam_runtime,
lang_basic_runtime,
}
@@ -118,7 +119,7 @@ default = group {
lang_cem_cemcom,
lang_cem_cemcom_ansi,
lang_pc,
lang_pc_compiler,
lang_m2,
lang_occam_compiler,
lang_basic_compiler,
@@ -174,7 +175,10 @@ configure = simple {
-- Revision history
-- $Log$
-- Revision 1.12 2006-07-27 21:58:13 dtrg
-- 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