Added support for the Basic compiler.

This commit is contained in:
dtrg
2006-07-26 23:08:09 +00:00
parent 1caa63775f
commit d29b1ef7d0
3 changed files with 87 additions and 3 deletions

16
lang/basic/pmfile Normal file
View File

@@ -0,0 +1,16 @@
-- $Source$
-- $State$
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.
--