Added support for the Basic and Occam language runtimes.

This commit is contained in:
dtrg
2006-07-27 21:58:13 +00:00
parent d29b1ef7d0
commit f3a9a3bc40
5 changed files with 94 additions and 37 deletions

View File

@@ -4,13 +4,4 @@
local d = ROOTDIR.."lang/basic/"
include (d.."src/pmfile")
lang_basic = group {
lang_basic_compiler
}
-- Revision history
-- $Log$
-- Revision 1.1 2006-07-26 23:08:09 dtrg
-- Added support for the Basic compiler.
--
include (d.."lib/pmfile")