Changeset 9485 for trunk/tools
- Timestamp:
- Dec 11, 2002, 4:22:47 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/fastdep.c
r9282 r9485 1 /* $Id: fastdep.c,v 1.4 5 2002-09-20 04:37:12bird Exp $1 /* $Id: fastdep.c,v 1.46 2002-12-11 15:22:47 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 292 292 */ 293 293 static const char pszDefaultDepFile[] = ".depend"; 294 static const char *apszExtC_CPP[] = {"c", "sqc", "cpp", "h", "hpp", NULL};294 static const char *apszExtC_CPP[] = {"c", "sqc", "cpp", "h", "hpp", "ih", NULL}; 295 295 static const char *apszExtAsm[] = {"asm", "inc", NULL}; 296 296 static const char *apszExtRC[] = {"rc", "dlg", NULL};
Note:
See TracChangeset
for help on using the changeset viewer.