fpc/utils
2005-03-10 20:32:16 +00:00
..
debugsvr * 1.9.8 2005-02-15 22:28:29 +00:00
dxegen * 1.9.8 2005-02-15 22:28:29 +00:00
fpcm * 1.9.8 2005-02-15 22:28:29 +00:00
fpdoc + Fixed subsection/section writing 2005-03-10 20:32:16 +00:00
fpmc * 1.9.8 2005-02-15 22:28:29 +00:00
fprcp * 1.9.8 2005-02-15 22:28:29 +00:00
h2pas + added -P: 2005-02-20 11:09:41 +00:00
kalyptus * initial release, mainly backup 2003-09-22 01:35:54 +00:00
simulator * 1.9.8 2005-02-15 22:28:29 +00:00
tply * 1.9.8 2005-02-15 22:28:29 +00:00
bin2obj.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
checkcvs.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
creumap.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
data2inc.exm
data2inc.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
delp.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
Makefile * 1.9.8 2005-02-15 22:28:29 +00:00
Makefile.fpc * 1.9.8 2005-02-15 22:28:29 +00:00
postw32.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
ppdep.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
ptop.pp
ptopu.pp - keywords 'virtual' and 'uses' were added. 2005-02-21 07:59:10 +00:00
README
rmcvsdir.pp
rstconv.pp * truncate log 2005-02-14 17:13:06 +00:00

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

Currently, the following things are provided:

ppdep   : Creates a makefile which includes all interdependant units.

ptop    : Pascal source beautifier

delp    : Deletes all files generated by Free Pascal, as well 
          temporary files.

h2pas/  : Contains the h2pas program, which converts C header files to pascal
          unit files.
tply/   : Pascal Lex and Yacc
fpcm/   : fpcmake - utility to generate makefiles to regenerate compiler

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

Happy Coding !
The Free Pascal Development Team.