ppcppc.1 737 B

123456789101112131415161718192021222324252627282930313233
  1. .TH ppcppc 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
  2. .SH NAME
  3. ppcppc \- Free Pascal Compiler (FPC) binary, name derived
  4. from Portable Pascal Compiler
  5. .SH SYNOPSIS
  6. .B "ppcppc [options] [sourcefile]"
  7. .BR
  8. .SH DESCRIPTION
  9. This binary is the back-end binary of the
  10. .I Free Pascal Compiler (FPC)
  11. which is a
  12. .I Turbo Pascal
  13. and
  14. .I Delphi (7.0)
  15. compatible standalone (non GCC frontend) multitarget Pascal compiler.
  16. This binary should not be called directly, instead the
  17. .B fpc
  18. program should be used instead.
  19. It will choose the right back-end for compiling units for the requested platforms.
  20. .SH OPTIONS
  21. For a complete list of all supported command-line options, see the
  22. .BR fpc (1)
  23. manual page.
  24. .SH SEE ALSO
  25. .BR fpc (1)