fpc b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
..
debugsvr b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
dxegen b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
fpcm b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
fpdoc b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
fpmc b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
fprcp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
h2pas 6434db35c2 * mime-type property in fixes branch set il y a 20 ans
kalyptus 50778076c3 initial import il y a 20 ans
simulator 6434db35c2 * mime-type property in fixes branch set il y a 20 ans
tply 6434db35c2 * mime-type property in fixes branch set il y a 20 ans
Makefile 6cf4eb98c3 * use current fpcmake instead of from 1.9.8 il y a 20 ans
Makefile.fpc 7dadd64723 * 2.0.0 il y a 20 ans
README afbf5ec51b + updated il y a 24 ans
bin2obj.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
checkcvs.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
creumap.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
data2inc.exm 1ab0f87f7f * initial version il y a 26 ans
data2inc.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
delp.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
postw32.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
ppdep.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
ptop.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
ptopu.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans
rmcvsdir.pp 1aad3ddf9a * first version il y a 25 ans
rstconv.pp b409904e44 Merged revisions 42 via svnmerge from il y a 20 ans

README

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.