Now uses the version of LLgen included with the ACK instead of the standalone version.
This commit is contained in:
parent
30b980bf7e
commit
02a2876821
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@ LLgen = simple {
|
||||||
class = "LLgen",
|
class = "LLgen",
|
||||||
command = {
|
command = {
|
||||||
"rm -f %out%",
|
"rm -f %out%",
|
||||||
"cd %out[1]:dirname% && LLgen %in%"
|
"cd %out[1]:dirname% && %TOOLDIR%LLgen %in%"
|
||||||
},
|
},
|
||||||
|
|
||||||
outputs = {"%U%/" },
|
outputs = {"%U%/" },
|
||||||
|
@ -29,6 +29,9 @@ LLgen = simple {
|
||||||
|
|
||||||
-- Revision history
|
-- Revision history
|
||||||
-- $Log$
|
-- $Log$
|
||||||
-- Revision 1.1 2006-07-20 23:18:18 dtrg
|
-- Revision 1.2 2006-11-11 22:59:01 dtrg
|
||||||
|
-- Now uses the version of LLgen included with the ACK instead of the standalone version.
|
||||||
|
--
|
||||||
|
-- Revision 1.1 2006/07/20 23:18:18 dtrg
|
||||||
-- First version in CVS.
|
-- First version in CVS.
|
||||||
--
|
--
|
Loading…
Add table
Reference in a new issue