Changeset 7990
- Timestamp:
 - Feb 23, 2002, 12:48:52 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tools/fastdep/fastdep.c (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/fastdep/fastdep.c
r7340 r7990 1 /* $Id: fastdep.c,v 1.3 4 2001-11-14 15:26:13bird Exp $1 /* $Id: fastdep.c,v 1.35 2002-02-22 23:48:52 bird Exp $ 2 2 * 3 3 * Fast dependents. (Fast = Quick and Dirty!) … … 912 912 " -s[ ][name] Insert super-dependency on top of tree.\n" 913 913 " If not specified name defaults to 'alltargets'.\n" 914 " You can specify a '=' at the end and a macro will\n" 915 " be created instead of a rule.\n" 914 916 " Default: disabled\n" 915 917 " -r[ ]<rsrcext> Resource binary extention. Default: res\n" … … 3412 3414 { 3413 3415 iBuffer = sprintf(szBuffer, 3414 "%s:",3416 strrchr(options.pszSuperDependency, '=') ? "%s" : "%s:", 3415 3417 options.pszSuperDependency); 3416 3418  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  