home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 523b.lha / Drawmap_v2.25d / Sources.LZH / Sources / Hints_for_compiling < prev    next >
Text File  |  1991-06-10  |  950b  |  32 lines

  1.    Some hints for compiling:
  2.  
  3. I have arranged the include dirs in a way that should make it easy to
  4. recompile it without many copying.
  5.  
  6. On the disk are include files for ARP and IFF that are used within the
  7. program.  If you do not have the OS 2.0 include you should "#define
  8. NO_ASL".
  9.  
  10. The prototypes are only read in if LATTICE is defined. If you have Aztec
  11. V5.0 you may probably want to change this.
  12.  
  13. Drawmap uses the ANSI standard function rand() instead of ran() because
  14. this function does not work with LATTICE. I hope this function exists on
  15. Aztec, too.
  16.  
  17. This version is fully optimized for the SAS/C compiler V5.10 and I tried
  18. to enclose all optimizing code with #ifdef...#endif but I cannot
  19. guarantee that I found all compiler dependent code.
  20.   (-> This programm is definitely AMIGA dependent, now !-)
  21.  
  22.  
  23.  
  24.  
  25. I hope you will like this version and get it recompiled with AZTEC C !!!
  26.  
  27.  
  28.  
  29.                                                 Ulrich :->
  30.  
  31.  
  32.