home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lisp / interpre / xlispplu / sources / read.me < prev    next >
Text File  |  1992-02-03  |  2KB  |  58 lines

  1. This directory contains all the source files.  All source files are used for
  2. all compilers except as follows:
  3.  
  4. Metaware High-C 386:
  5. METASTUF.C    compiler dependent module
  6. SYSTEM.ASM    assembler routines
  7. MAKEMETA    makefile V1.6
  8. MAKEMET2    Same but uses DLDMEM and DLIMAGE
  9.  
  10. Microsoft C:
  11. DOSSTUFF.C    compiler dependent module
  12. MAKEMSC        makefile
  13.  
  14. Turbo C:
  15. DOSSTUFF.C    compiler dependent module
  16. MAKETURB    makefile
  17. MAKEBOR        makefile for "Borland C++"
  18. MAKESML        makefile for distribution (medium model)
  19.  
  20. JPI TopSpeed C:
  21. DOSSTUFF.C    compiler dependent module
  22. XLISPTS.PR    project file (medium model)
  23.  
  24. Zortech C:
  25. DOSSTUFF.C    compiler dependent module
  26. ZTCSTUFF.C    compiler dependent module -- 80386 protected mode
  27. MAKEZORT    makefile
  28. MAKEZX        makefile -- 80286 protected mode, uses DLDMEM and DLIMAGE
  29. MAKEZ386    makefile -- 80386 protected mode
  30.  
  31. UNIX:
  32. UNIXSTUF.C    compiler dependent module
  33. MAKEBSD        makefile for BSD systems
  34. MAKESYSV    makefile for SYS V systems
  35.  
  36. GNU C Compiler for MSDOS (DJ Delorie port)
  37. GCCSTUFF.C    compiler dependent module (see for limitations/bugs)
  38. GCCASM.S    assembler routines
  39. MAKEGCC        makefile
  40.  
  41. "Experimental" Dynamic Array Allocation (stolen from xscheme):
  42. You can substitute these in any compilation. The medium model DOS
  43. compilations require them.
  44. DLDMEM.C    replacement for XLDMEM.C
  45. DLIMAGE.C    replacement for XLIMAGE.C
  46.  
  47.  
  48. Patching facility by Jeff Prothero
  49. PUTPATCH.C    
  50.  
  51.  
  52. See XLISP.H for compilation options.  In particular, all extensions that
  53. I have added can be turned off.
  54.  
  55. Tom Almy
  56. toma@sail.labs.tek.com
  57. (503) 627-6188
  58.