First version in CVS.
This commit is contained in:
parent
2e48c1b80d
commit
78ff773233
1 changed files with 18 additions and 0 deletions
18
first/ack-custom.pm
Normal file
18
first/ack-custom.pm
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
-- $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.
|
||||||
|
--
|
Loading…
Reference in a new issue