README.txt 696 B

123456789101112131415161718192021
  1. This dirctory contains some utilities that come with the Free Pascal
  2. Compiler. They can be compiled by typing 'make all' in this directory.
  3. Currently, the following things are provided:
  4. ppdep : Creates a makefile which includes all interdependant units.
  5. ptop : Pascal source beautifier
  6. delp : Deletes all files generated by Free Pascal, as well
  7. temporary files.
  8. h2pas/ : Contains the h2pas program, which converts C header files to pascal
  9. unit files.
  10. tply/ : Pascal Lex and Yacc
  11. fpcm/ : fpcmake - utility to generate makefiles to regenerate compiler
  12. Typing a 'make install' will put everything into place.
  13. Happy Coding !
  14. The Free Pascal Development Team.