home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 594a.lha / imake / README.amiga < prev    next >
Text File  |  1991-11-29  |  1KB  |  47 lines

  1. AmigaDOS port of imake by Per Bojsen (bojsen@dc.dth.dk) 1991
  2.  
  3. Summary of porting decisions and minor changes:
  4.  
  5. 0) The port was done using SAS/C 5.10a
  6.  
  7. 1) Amiga specific code is marked by #ifdef AMIGA.
  8.  
  9. 2) The Makefile was converted to something SAS/C lmk can handle.
  10.  
  11.  
  12. The Makefile:
  13.  
  14. The Makefile may be configured for the processor type you have.  If you
  15. don't have the `butility.lib' then just comment it out.  The library
  16. contains enhanced versions of some of the functions in the SAS standard
  17. C library.
  18.  
  19.  
  20. The executable:
  21.  
  22. The executable as distributed is compiled for the M68030, and linked with
  23. butility.lib, and requires 2.04 (V37 Kickstart).  The port itself does not
  24. require 2.0, so if you build it yourself you should be able to make a
  25. version runable on AmigaOS 1.3.
  26.  
  27.  
  28. Notes on using imake:
  29.  
  30. Imake uses a C preprocessor, named cpp, to do its work.  The cpp you
  31. want to use should adhere to some conventions:  whitespace in the
  32. beginning of lines should be retained in the output of the preprocessor,
  33. and tabs may not be converted to spaces.  The TI COOL cpp ported by me
  34. can be used with imake.
  35.  
  36.  
  37. Send any bugreports and/or praise to:
  38.  
  39.         bojsen@dc.dth.dk
  40.         bojsen@moria.dc.dth.dk
  41.         cbmvax!cbmehq!lenler!bojsen
  42.  
  43.         Per Bojsen
  44.         Maglegaards Alle 51, st. th.
  45.         DK-2860 Soeborg
  46.         Denmark
  47.