readme 424 B

123456789101112131415
  1. This directory contains the sources of the Free Pascal Compiler
  2. To recompile the compiler, use the batch file
  3. mppc386.bat
  4. If you want to build a m68k version to cross compile from i386 to m68k
  5. use the batch file
  6. mppc68k.bat
  7. If you want to modify the compiler, please read first the compiler
  8. writer's guide (cws.txt) in that directory.
  9. Changes in the syntax or semantic of FPC:
  10. -----------------------------------------