First version in CVS.
authordtrg <none@none>
Sat, 22 Jul 2006 00:49:48 +0000 (00:49 +0000)
committerdtrg <none@none>
Sat, 22 Jul 2006 00:49:48 +0000 (00:49 +0000)
first/ack-custom.pm [new file with mode: 0644]

diff --git a/first/ack-custom.pm b/first/ack-custom.pm
new file mode 100644 (file)
index 0000000..529c9f0
--- /dev/null
@@ -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.
+--