README 954 B

12345678910111213141516171819202122232425
  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. or 'make utils_all' in the top directory.
  4. Currently, the following things are provided:
  5. ppudump : This program prints the contents of a unit (.ppu or .ppl) file
  6. to screen. It should handle units of all versions of the compiler.
  7. ppumove : Similar to tpumove from Borland, Inc. this program can be used
  8. to combine several (or one) units in a shared or static library.
  9. usage is straightforward. running the program without arguments
  10. gives possible arguments.
  11. ppdep : Creates a makefile which includes all interdependant units.
  12. ptop : Pascal source beautifier
  13. h2pas/ : Contains the h2pas program, which converts C header files to pascal
  14. unit files.
  15. Typing a 'make install' will put everything into place.
  16. Happy Coding !
  17. The Free Pascal Development Team.