Changeset 9282 for trunk/tools


Ignore:
Timestamp:
Sep 20, 2002, 6:37:12 AM (23 years ago)
Author:
bird
Message:

Quick and dirty support for IPP files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/fastdep.c

    r9239 r9282  
    1 /* $Id: fastdep.c,v 1.44 2002-09-14 23:24:42 bird Exp $
     1/* $Id: fastdep.c,v 1.45 2002-09-20 04:37:12 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    298298static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", "wbl", NULL};
    299299static const char *apszExtIPF[]   = {"ipf", "man", NULL};
     300static const char *apszExtIPP[]   = {"ipp", NULL};
    300301static CONFIGENTRY aConfig[] =
    301302{
     
    345346        -1,
    346347        langIPF,
     348        NULL,
     349    },
     350
     351    {
     352        "IPP",
     353        apszExtIPP,
     354        -1,
     355        langC_CPP,
    347356        NULL,
    348357    },
     
    954963{
    955964    printf(
    956         "FastDep v0.47 (build %d)\n"
     965        "FastDep v0.48 (build %d)\n"
    957966        "Dependency scanner. Creates a makefile readable depend file.\n"
    958967        " - was quick and dirty, now it's just quick -\n"
Note: See TracChangeset for help on using the changeset viewer.