README 663 B

1234567891011121314151617181920212223242526272829303132
  1. Wellcome to the MacOS port of FreePascal (FPC)
  2. ==============================================
  3. It is considered under construction, at the moment.
  4. Please note that compiling must be done on a platform
  5. supported by FPC, e g a PC. Then the generated assemble files
  6. is to be transfered to a Macintosh with MPW installed.
  7. For compiling with FPC, use it as for other operating systems
  8. and add these options:
  9. -Tmacos # target macos
  10. -dpowerpc
  11. -al # dont delete asm output
  12. -s # dont generate executable
  13. Use MPW to assemble and link the output from FreePascal
  14. For PPCAsm, use options:
  15. -case on
  16. For PPCLink, use options
  17. -dead on
  18. -tocdataref off
  19. -m program_init