Now runs descr files through the ANSI C preprocessor, rather than the K&R one (which...
authordtrg <none@none>
Sun, 29 Apr 2007 21:23:55 +0000 (21:23 +0000)
committerdtrg <none@none>
Sun, 29 Apr 2007 21:23:55 +0000 (21:23 +0000)
util/ego/pmfile

index ad38e62..875dd69 100644 (file)
@@ -224,7 +224,7 @@ tool_ego = group {
 ego_descr = simple {
        outputs = {"%U%-%I%"},
        command = {
-               "%BINDIR%%PLATDEP%/cpp -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%"
+               "%BINDIR%%PLATDEP%/cpp.ansi -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%"
        },
        
        file (d.."descr/%ARCH%.descr"),
@@ -232,17 +232,3 @@ ego_descr = simple {
        
        install = pm.install("%BINDIR%%PLATDEP%/ego/%ARCH%descr")
 }
-
--- Revision history
--- $Log$
--- Revision 1.4  2007-02-25 12:49:20  dtrg
--- em_table is now in /h, not /etc.
---
--- Revision 1.3  2006/10/15 00:28:12  dtrg
--- Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
---
--- Revision 1.2  2006/07/23 17:52:23  dtrg
--- cpp now gets installed in the right place.
---
--- Revision 1.1  2006/07/22 00:52:01  dtrg
--- Added support for the ego global optimisation suite.