pierre cbae87c505 * Added missing endif in previous commit 18 éve
..
debugsvr 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
dxegen 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
fpcm cbae87c505 * Added missing endif in previous commit 18 éve
fpcres fa0f25c986 * Patch from Sergei Gorelkin (Mantis #9547). Fixed .fpc.resspare section processing in fpcres. Also remove hardcoded section name offsets (and 3 kBytes of code, too :). 18 éve
fpdoc 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
fpmc 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
fppkg 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
fprcp 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
h2pas 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
kalyptus 4ace790492 * remove $Log 20 éve
mksymbian b8a378144a Improved mksymbian 18 éve
simulator 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
svn2cvs 4c55f2bc34 + Initial import 20 éve
tply 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
Makefile 30bc89cfe5 * fixed dependency checking for source files in subdirectories relative 18 éve
Makefile.fpc ca29fdfa01 + always build rmcvsdir 18 éve
README afbf5ec51b + updated 23 éve
bin2obj.pp 790a4fe2d3 * log and id tags removed 20 éve
checkcvs.pp 790a4fe2d3 * log and id tags removed 20 éve
creumap.pp 790a4fe2d3 * log and id tags removed 20 éve
data2inc.exm 1ab0f87f7f * initial version 26 éve
data2inc.pp 790a4fe2d3 * log and id tags removed 20 éve
delp.pp a433c28c79 * add *.*~ 18 éve
grab_vcsa.pp 03b6c5a89b * fix compilation with latest stat record 19 éve
postw32.pp 790a4fe2d3 * log and id tags removed 20 éve
ppdep.pp 790a4fe2d3 * log and id tags removed 20 éve
ptop.pp d444058d0e * Replaced with new version based on classes 18 éve
ptopu.pp d444058d0e * Replaced with new version based on classes 18 éve
rmcvsdir.pp ca29fdfa01 + always build rmcvsdir 18 éve
rstconv.pp 790a4fe2d3 * log and id tags removed 20 éve
svn2cl.pp 39efda1fde * fix writing of multiple files per path 20 éve

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.