Changeset 9485 for trunk/tools


Ignore:
Timestamp:
Dec 11, 2002, 4:22:47 PM (23 years ago)
Author:
bird
Message:

Added .ih as extension.

File:
1 edited

Legend:

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

    r9282 r9485  
    1 /* $Id: fastdep.c,v 1.45 2002-09-20 04:37:12 bird Exp $
     1/* $Id: fastdep.c,v 1.46 2002-12-11 15:22:47 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    292292 */
    293293static const char pszDefaultDepFile[] = ".depend";
    294 static const char *apszExtC_CPP[] = {"c", "sqc", "cpp", "h", "hpp", NULL};
     294static const char *apszExtC_CPP[] = {"c", "sqc", "cpp", "h", "hpp", "ih", NULL};
    295295static const char *apszExtAsm[]   = {"asm", "inc", NULL};
    296296static const char *apszExtRC[]    = {"rc",  "dlg", NULL};
Note: See TracChangeset for help on using the changeset viewer.