Added support for the Modula-2 language runtime.

This commit is contained in:
dtrg
2006-07-27 22:14:55 +00:00
parent 5a8968ae4f
commit c5acfe7919
3 changed files with 65 additions and 15 deletions

View File

@@ -4,15 +4,4 @@
local d = ROOTDIR.."lang/m2/"
include (d.."comp/pmfile")
lang_m2 = group {
lang_m2_compiler
}
-- Revision history
-- $Log$
-- Revision 1.2 2006-07-26 18:19:15 dtrg
-- Tweaked the CVS settings.
--
-- Revision 1.1 2006/07/26 17:12:19 dtrg
-- Added support for the Modula-2 compiler.
include (d.."libm2/pmfile")