From: dtrg Date: Sat, 22 Jul 2006 00:49:48 +0000 (+0000) Subject: First version in CVS. X-Git-Tag: release-6-0-pre-1~101 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=78ff773233e2f2e843ddb69b7a9bf7bb8c0dca62;p=ack.git First version in CVS. --- diff --git a/first/ack-custom.pm b/first/ack-custom.pm new file mode 100644 index 000000000..529c9f046 --- /dev/null +++ b/first/ack-custom.pm @@ -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. +--