Changed the 'preprocess' rule to use the system C preprocessor.
This commit is contained in:
parent
c40a44b52e
commit
94a7b315e3
1 changed files with 5 additions and 2 deletions
|
@ -7,12 +7,15 @@ preprocess = simple {
|
||||||
class = "preprocess",
|
class = "preprocess",
|
||||||
outputs = {"%U%-%I%"},
|
outputs = {"%U%-%I%"},
|
||||||
command = {
|
command = {
|
||||||
"%BINDIR%bin/cpp -I%HEADERDIR% %in% > %out[1]%"
|
"cpp -I%HEADERDIR% %in% > %out[1]%"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Revision history
|
-- Revision history
|
||||||
-- $Log$
|
-- $Log$
|
||||||
-- Revision 1.1 2006-07-22 00:49:48 dtrg
|
-- 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
|
||||||
-- First version in CVS.
|
-- First version in CVS.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue