Changeset 9282 for trunk/tools
- Timestamp:
- Sep 20, 2002, 6:37:12 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/fastdep.c
r9239 r9282 1 /* $Id: fastdep.c,v 1.4 4 2002-09-14 23:24:42 bird Exp $1 /* $Id: fastdep.c,v 1.45 2002-09-20 04:37:12 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 298 298 static const char *apszExtCOBOL[] = {"cbl", "cob", "sqb", "wbl", NULL}; 299 299 static const char *apszExtIPF[] = {"ipf", "man", NULL}; 300 static const char *apszExtIPP[] = {"ipp", NULL}; 300 301 static CONFIGENTRY aConfig[] = 301 302 { … … 345 346 -1, 346 347 langIPF, 348 NULL, 349 }, 350 351 { 352 "IPP", 353 apszExtIPP, 354 -1, 355 langC_CPP, 347 356 NULL, 348 357 }, … … 954 963 { 955 964 printf( 956 "FastDep v0.4 7(build %d)\n"965 "FastDep v0.48 (build %d)\n" 957 966 "Dependency scanner. Creates a makefile readable depend file.\n" 958 967 " - was quick and dirty, now it's just quick -\n"
Note:
See TracChangeset
for help on using the changeset viewer.