home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scan_h11.zip / readme next >
Text File  |  1997-06-03  |  789b  |  20 lines

  1. scan_def                                                        23-Apr-1997
  2.                         (C)1997 Cornel Huth
  3.                             www.40th.com
  4.  
  5.  
  6. Reads .h file grabbing all #define lines and sorting those by number
  7. and ID(name).  Primarily intended to deal with auto-ID generators that
  8. don't really do a good job of helping you prevent duplicate IDs/numbers
  9. from begin generated, such as can easily happen when you duplicate/copy
  10. controls in a design.
  11.  
  12. File sample.out is from the bullet_2.h file, available in blt2_213.zip
  13. (an OS/2 full-featured database engine for OS/2, Win32, REXX, and more,
  14. available at the site listed above).
  15.  
  16. Unsupported.  Souce included.
  17.  
  18. 3-Jun-97: added -dups only switch
  19. 3-Jun-97: added * to duplicate lines, by ID or number
  20.