home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / text / text2c-0.000 / text2c-0 / text2c-0.1 / README next >
Encoding:
Text File  |  1995-06-29  |  341 b   |  17 lines

  1. TEXT2C README
  2.  
  3. 29 Jun 1995
  4.  
  5. text2c: how to convert a text file into an auto-extracting C source file
  6.     The BadThing(TM)
  7.  
  8. features:
  9.  - the output file is ~100 times the size of the input file
  10.  - no line wrapping is made in the output file (may crash the compiler)
  11.  
  12. to extract text2c:
  13.  
  14. gcc -o x text2c-sfx.c
  15. x > text2c.c
  16. gcc -o text2c text2c.c
  17.