fpc/utils
2023-11-08 23:44:54 +01:00
..
build * Use single Makefile 2023-11-08 23:41:39 +01:00
debugsvr * Use single Makefile 2023-11-08 23:41:39 +01:00
dotutils * Tools to create dotted units or units that support dotted filenames 2023-11-08 23:41:47 +01:00
dxegen * Use single Makefile 2023-11-08 23:41:39 +01:00
fpcm Adapt fpmake to use of fpmkunit table 2023-11-08 23:44:54 +01:00
fpcmkcfg * Use single Makefile 2023-11-08 23:41:39 +01:00
fpcres * Use single Makefile 2023-11-08 23:41:39 +01:00
fpcreslipo * Use single Makefile 2023-11-08 23:41:39 +01:00
fpdoc * Use common makefile 2023-11-08 23:41:40 +01:00
fpgmake
fpmc * Use single Makefile 2023-11-08 23:41:39 +01:00
fppkg * Fix issue #40244 2023-11-08 23:44:17 +01:00
fprcp * Use single Makefile 2023-11-08 23:41:39 +01:00
h2pas * remove double outfile identifier. Fixes issue #40414 2023-11-08 23:44:36 +01:00
ihxutil * Use single Makefile 2023-11-08 23:41:39 +01:00
importtl * Use single Makefile 2023-11-08 23:41:39 +01:00
instantfpc * Use single Makefile 2023-11-08 23:41:39 +01:00
javapp/src/fpc/tools/javapp
json2pas * Use single Makefile 2023-11-08 23:41:39 +01:00
mksymbian * Use single Makefile 2023-11-08 23:41:39 +01:00
pas2fpm * Use single Makefile 2023-11-08 23:41:39 +01:00
pas2jni * Use single Makefile 2023-11-08 23:41:39 +01:00
pas2js * Rework to use new fpdebugcapture unit 2023-11-08 23:44:44 +01:00
pas2ut * Use single Makefile 2023-11-08 23:41:39 +01:00
rmwait * Use single Makefile 2023-11-08 23:41:39 +01:00
sim_pasc
svn2cvs
tply * Use single Makefile 2023-11-08 23:41:39 +01:00
unicode * Use single Makefile 2023-11-08 23:41:39 +01:00
wasmbin * Use single Makefile 2023-11-08 23:41:39 +01:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp * PChar -> PAnsiChar 2023-11-08 23:41:31 +01:00
delp.lpi
delp.pp
fpcsubst.pp
fpmake_add.inc * synchronized with trunk 2020-08-03 21:15:39 +00:00
fpmake_proc.inc * synchronized with trunk 2020-08-03 21:15:39 +00:00
fpmake.pp * Dependencies for utils to compile to webassembly 2023-11-08 23:44:44 +01:00
grab_vcsa.pp
Makefile * Utils makefiles 2023-11-08 23:42:11 +01:00
Makefile.fpc * Fix makefiles 2023-11-08 23:41:39 +01:00
Makefile.fpc.fpcmake
mkinsadd.pp * added support for specifying package listing files using wildcards 2019-12-09 21:49:05 +00:00
postw32.pp * PChar -> PAnsiChar 2023-11-08 23:41:31 +01:00
ppdep.pp * PChar -> PAnsiChar 2023-11-08 23:41:31 +01:00
ptop.pp
ptopu.pp * Patch from Bart Broersma to silence warning (bug ID 34285) 2019-10-06 07:49:13 +00:00
README.txt
rmcvsdir.pp * also remove .git dirs. 2022-05-06 18:44:57 +02:00
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.