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 = {
|
2007-02-20 00:32:58 +00:00
|
|
|
"cpp -I%HEADERDIR% %in% > %out[1]%"
|
2006-07-22 00:49:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
-- Revision history
|
|
|
|
-- $Log$
|
2007-02-20 00:32:58 +00:00
|
|
|
-- Revision 1.2 2007-02-20 00:32:58 dtrg
|
|
|
|
-- Changed the 'preprocess' rule to use the system C preprocessor.
|
|
|
|
--
|
|
|
|
-- Revision 1.1 2006/07/22 00:49:48 dtrg
|
2006-07-22 00:49:48 +00:00
|
|
|
-- First version in CVS.
|
|
|
|
--
|