ack/first/ack-custom.pm

19 lines
310 B
Perl
Raw Normal View History

2006-07-22 00:49:48 +00:00
-- $Source$
-- $State$
-- Custom rules used by the ACK build process.
preprocess = simple {
class = "preprocess",
outputs = {"%U%-%I%"},
command = {
"%BINDIR%bin/cpp -I%HEADERDIR% %in% > %out[1]%"
}
}
-- Revision history
-- $Log$
-- Revision 1.1 2006-07-22 00:49:48 dtrg
-- First version in CVS.
--