florian 5575a837db * gba patch from Francesco Lombardi преди 19 години
..
debugsvr cba7504dec * use -P for cross compile преди 19 години
dxegen cba7504dec * use -P for cross compile преди 19 години
fpcm 5575a837db * gba patch from Francesco Lombardi преди 19 години
fpcres cba7504dec * use -P for cross compile преди 19 години
fpdoc 6fa48a858a + fixed missing class directives, poped up after yesterdays changes преди 19 години
fpmc cba7504dec * use -P for cross compile преди 19 години
fprcp cba7504dec * use -P for cross compile преди 19 години
h2pas cba7504dec * use -P for cross compile преди 19 години
kalyptus 4ace790492 * remove $Log преди 20 години
simulator cba7504dec * use -P for cross compile преди 19 години
svn2cvs 4c55f2bc34 + Initial import преди 20 години
tply cba7504dec * use -P for cross compile преди 19 години
Makefile cba7504dec * use -P for cross compile преди 19 години
Makefile.fpc 178b756607 * Move grab_vcsa to utils преди 20 години
README afbf5ec51b + updated преди 24 години
bin2obj.pp 790a4fe2d3 * log and id tags removed преди 20 години
checkcvs.pp 790a4fe2d3 * log and id tags removed преди 20 години
creumap.pp 790a4fe2d3 * log and id tags removed преди 20 години
data2inc.exm 1ab0f87f7f * initial version преди 26 години
data2inc.pp 790a4fe2d3 * log and id tags removed преди 20 години
delp.pp 790a4fe2d3 * log and id tags removed преди 20 години
grab_vcsa.pp d19c95db8f * various bugfixes преди 20 години
postw32.pp 790a4fe2d3 * log and id tags removed преди 20 години
ppdep.pp 790a4fe2d3 * log and id tags removed преди 20 години
ptop.pp 790a4fe2d3 * log and id tags removed преди 20 години
ptopu.pp 790a4fe2d3 * log and id tags removed преди 20 години
rmcvsdir.pp 1aad3ddf9a * first version преди 25 години
rstconv.pp 790a4fe2d3 * log and id tags removed преди 20 години
svn2cl.pp 39efda1fde * fix writing of multiple files per path преди 20 години

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.