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

View File

@@ -4,16 +4,4 @@
local d = ROOTDIR.."lang/pc/"
include (d.."comp/pmfile")
lang_pc = group {
lang_pc_compiler
}
-- Revision history
-- $Log$
-- Revision 1.1 2006-07-22 21:03:07 dtrg
-- Added support for the Pascal compiler.
--
-- Revision 1.1 2006/07/20 23:18:18 dtrg
-- First version in CVS.
--
include (d.."libpc/pmfile")