home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / language / xlisp_21.zoo / readme.src < prev    next >
Text File  |  1990-02-28  |  753b  |  21 lines

  1. This archive contains the IBM-PC specific source code for XLISP
  2. version 2.1.  In order to recompile XLISP, you'll also need the
  3. generic code archive.  These files were designed to be used with
  4. Turbo C v2.0 and will probably need to be changed to use any other
  5. compiler.  Before attempting to recompile any of the modules, make
  6. sure that the symbol _TURBOC_ is defined at the top of 'xlisp.h'
  7. where the machine type is specified (right under the copyright
  8. notice).
  9.  
  10.  
  11. AtariST configurations: (both use gcc)
  12.     Tos    make -f Makefile.tos
  13.     Minix   make -f Makefile.minix
  14.  
  15. Unix
  16.     make -f Makefile
  17.  
  18. Note: SAVERESTORE does not work correctly for any BIG_ENDIAN machines i
  19.       have been able to try. the code is very strange.
  20.       (m68k is a BIG_ENDIAN machine!)
  21.