home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff297.lzh / WriteIcon / ReadMe.fnf < prev    next >
Text File  |  1989-12-29  |  914b  |  24 lines

  1. This material was submitted to me on disk directly by the author, Daniel
  2. Burris, for inclusion in the library.  Thanks Daniel!
  3.  
  4. -Fred  ><>
  5.  27-Dec-89
  6.  
  7. /***************************************************************************
  8. *                      WriteIcon V1.0 by Dan Burris
  9. ***************************************************************************/
  10. /*  Here is a tool that will write you an Icon by path and name, and can
  11.     be changed easily to another Icon type and Image, by using Icon2C by
  12.     Carol Scheppner (on Fred Fish #56), or can be hacked into your program
  13.     to have it generate Icon files for the files that that program saves.
  14.     
  15.     This code is hereby released as Public domain,and do what you will with
  16.     it, just don't do anything malicious, and don't blame me!
  17.     
  18.     The following are compiling instructions for Manx.
  19.  
  20.             cc +c +d writeicon.c
  21.             ln writeicon.o -lc32
  22. */
  23.  
  24.