Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
This commit is contained in:
@@ -69,7 +69,7 @@ local cfile_with_headers = cfile {
|
||||
}
|
||||
|
||||
lang_m2_compiler = cprogram {
|
||||
CDEFINES = {PARENT, "-DSTATIC=static"},
|
||||
CDEFINES = {PARENT, "STATIC=static"},
|
||||
|
||||
cfile_with_headers (d.."LLlex.c"),
|
||||
cfile_with_headers (d.."LLmessage.c"),
|
||||
@@ -112,7 +112,7 @@ lang_m2_compiler = cprogram {
|
||||
},
|
||||
|
||||
cfile_with_headers {
|
||||
CEXTRAFLAGS = "-I"..d,
|
||||
CINCLUDES = {PARENT, d},
|
||||
tabgen (d.."char.tab")
|
||||
},
|
||||
|
||||
@@ -167,7 +167,10 @@ lang_m2_compiler = cprogram {
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.2 2006-07-26 18:19:15 dtrg
|
||||
-- Revision 1.3 2006-10-15 00:28:11 dtrg
|
||||
-- Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
|
||||
--
|
||||
-- Revision 1.2 2006/07/26 18:19:15 dtrg
|
||||
-- Tweaked the CVS settings.
|
||||
--
|
||||
-- Revision 1.1 2006/07/26 17:12:19 dtrg
|
||||
|
||||
Reference in New Issue
Block a user