home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / INDENTSR.ZIP / NOTES < prev    next >
Text File  |  1992-04-11  |  788b  |  24 lines

  1. indent is a program to format C and C++ code.  Via command-line switches
  2. or options stored in a profile you get a lot of control over the way
  3. the code is formatted.
  4.  
  5. Source code only is provided.  Use the shar program previously uploaded
  6. to this system to unpack the shell archives into their component files.
  7.  
  8.     shar -u indent1
  9.     shar -u indent2
  10.     shar -u indent3
  11.  
  12. Everything finishes up in the same directory.  Run your favourite "make"
  13. utility using one of the makefiles provided.
  14.  
  15.     makefile.cs2        is for IBM C Set/2
  16.     makefile.20        is for the Microsoft C386 compiler
  17.     makefile.1x        is for Microsoft C 6.0
  18.  
  19. The last of these will generate a bound executable which will run under
  20. real MSDOS as well as in a DOS session under OS/2.
  21.  
  22. jrs@panix.com (Jon Saxton)
  23. April 1992
  24.