fpc/utils
2023-11-06 15:58:12 +00:00
..
build * Use single Makefile 2023-07-25 15:07:59 +02:00
debugsvr * Use single Makefile 2023-07-25 15:07:59 +02:00
dotutils * Tools to create dotted units or units that support dotted filenames 2023-07-27 19:04:09 +02:00
dxegen * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcm Adapt fpmake to use of fpmkunit table 2023-11-06 15:58:12 +00:00
fpcmkcfg * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcres * Use single Makefile 2023-07-25 15:07:59 +02:00
fpcreslipo * Use single Makefile 2023-07-25 15:07:59 +02:00
fpdoc * Use common makefile 2023-07-25 15:14:16 +02:00
fpgmake
fpmc * Use single Makefile 2023-07-25 15:07:59 +02:00
fppkg * Fix issue #40244 2023-09-17 17:17:25 +02:00
fprcp * Use single Makefile 2023-07-25 15:07:59 +02:00
h2pas * remove double outfile identifier. Fixes issue #40414 2023-10-14 10:46:41 +02:00
ihxutil * Use single Makefile 2023-07-25 15:07:59 +02:00
importtl * Use single Makefile 2023-07-25 15:07:59 +02:00
instantfpc * Use single Makefile 2023-07-25 15:07:59 +02:00
javapp/src/fpc/tools/javapp
json2pas * Use single Makefile 2023-07-25 15:07:59 +02:00
mksymbian * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2fpm * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2jni * Use single Makefile 2023-07-25 15:07:59 +02:00
pas2js * Rework to use new fpdebugcapture unit 2023-10-24 12:27:10 +02:00
pas2ut * Use single Makefile 2023-07-25 15:07:59 +02:00
rmwait * Use single Makefile 2023-07-25 15:07:59 +02:00
sim_pasc
svn2cvs
tply * Use single Makefile 2023-07-25 15:07:59 +02:00
unicode * Use single Makefile 2023-07-25 15:07:59 +02:00
wasmbin * Use single Makefile 2023-07-25 15:07:59 +02:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc
fpmake_proc.inc
fpmake.pp * Dependencies for utils to compile to webassembly 2023-10-24 10:54:18 +02:00
grab_vcsa.pp
Makefile * Utils makefiles 2023-07-27 19:04:26 +02:00
Makefile.fpc * Fix makefiles 2023-07-25 14:33:16 +02:00
Makefile.fpc.fpcmake
mkinsadd.pp
postw32.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
ppdep.pp * PChar -> PAnsiChar 2023-07-24 14:55:42 +02:00
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp
usubst.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.