Remove defunct pmfiles.
--HG-- branch : default-branch
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
|
||||
local d = "util/cmisc/"
|
||||
|
||||
tool_tabgen = cprogram {
|
||||
cfile (d.."tabgen.c"),
|
||||
|
||||
outputs = {"%U%/tabgen"},
|
||||
install = pm.install(TOOLDIR.."tabgen")
|
||||
}
|
||||
|
||||
tabgen = simple {
|
||||
class = "tabgen",
|
||||
outputs = {"%U%-char.c"},
|
||||
command = {
|
||||
"%TOOLDIR%tabgen -f%in[1]% > %out[1]%"
|
||||
},
|
||||
}
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.1 2006-07-20 23:21:17 dtrg
|
||||
-- First version in CVS.
|
||||
--
|
||||
Reference in New Issue
Block a user