This dirctory contains some utilities that come with the Free Pascal
Compiler. They can be compiled by typing 'make all' in this directory,
or 'make utils' in the top directory.

Currently, the following things are provided:

dumpppu : This program prints the contents of a unit (.ppu or .ppl) file
          to screen. It should handle units of all versions of the compiler.

ppumove : Similar to tpumove from Borland, Inc. this program can be used 
          to combine several (or one) units in a shared or static library.
          usage is straightforward. running the program without arguments
          gives possible arguments.

timer   : Timer unit that allows millisecond timing under Dos and Linux

convert : Contains the h2pas program, which converts C header files to pascal
          unit files.

msg2inc : converts a Free Pascal compiler message file to a pascal include
          file.

Typing a 'make install' will put everything into place. 

Happy Coding !
The Free Pascal Development Team. 
