Updated to the version 0.1 of Prime Mover (which involves some syntax changes).

This commit is contained in:
dtrg
2006-10-15 00:28:12 +00:00
parent 708a83ef22
commit dbe10d2c19
34 changed files with 299 additions and 222 deletions

View File

@@ -91,7 +91,7 @@ tool_cpp = cprogram {
},
cfile_with_headers {
CEXTRAFLAGS = "-I"..d,
CINCLUDES = {PARENT, d},
tabgen (d.."char.tab")
},
@@ -110,7 +110,10 @@ tool_cpp = cprogram {
-- Revision history
-- $Log$
-- Revision 1.3 2006-07-22 20:58:27 dtrg
-- Revision 1.4 2006-10-15 00:28:11 dtrg
-- Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
--
-- Revision 1.3 2006/07/22 20:58:27 dtrg
-- cpp now gets installed in the right place.
--
-- Revision 1.2 2006/07/22 12:27:31 dtrg