fpc/utils
2013-11-24 21:53:33 +00:00
..
debugsvr
dxegen Fix extension od dxegen.pp source in fpmake 2013-11-13 11:26:24 +00:00
fpcm * updated fpcmake revision.inc 2013-11-16 12:38:25 +00:00
fpcmkcfg
fpcres Accept both mips and mipseb as architecture 2013-09-24 12:23:41 +00:00
fpcreslipo
fpdoc + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
fpgmake
fpmc
fppkg * fix missing dependency of fppkg on fpmkunit (unnoticed on some targets due to dependency import via fcl-web) 2013-10-02 00:18:53 +00:00
fprcp
h2pas
importtl
instantfpc instantfpc: fixed showing compiler error 2013-08-23 13:47:07 +00:00
javapp/src/fpc/tools/javapp
mksymbian
pas2fpm
pas2jni
pas2ut
rmwait
sim_pasc
svn2cvs
tply
unicode rtl, utils: apply patch of Inoussa: 2013-08-19 13:42:11 +00:00
bin2obj.pp
creumap.pp rtl, utils: apply patch of Inoussa which adds dynamic loading of charset binary files (issue #0024862) 2013-08-16 09:32:27 +00:00
data2inc.exm
data2inc.pp
delp.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp
grab_vcsa.pp
Makefile * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc
Makefile.fpc.fpcmake
postw32.pp
ppdep.pp
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp

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.