home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581b.lha / genmake_v1.03 / README.ami < prev    next >
Encoding:
Text File  |  1991-11-10  |  594 b   |  27 lines

  1. Amiga Port of GenMake 1.03 by Kyle Saunders
  2.  
  3. I compiled genmake using DICE 2.06.37.
  4.  
  5. Changes:
  6.  
  7. The author used NULL as a character constant, which is illegal.  Those NULL
  8. references were changed to '\0'.
  9.  
  10. opendir( "." ) were changed to opendir( CURRENT_DIR )
  11. opendir( "/usr/include/..." ) were changed to opendir( INCLUDE_DIR )
  12.  
  13. CURRENT_DIR and INCLUDE_DIR are defined in consts.h
  14.  
  15. ---
  16.  
  17. I still don't like the Makefile that is automatically generated.  It puts
  18. filenames on separate lines.  The style is very ugly, but I guess it works.
  19.  
  20. --
  21.  
  22. Ben Eng
  23.  
  24. ben@jetpen.uucp
  25. engb@gpu.utcs.utoronto.ca
  26.  
  27.