fpc/utils
2014-11-08 21:03:59 +00:00
..
debugsvr AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
dxegen * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpcm * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpcmkcfg * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpcres * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpcreslipo * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpdoc * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fpgmake
fpmc * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fppkg * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
fprcp * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
h2pas * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
importtl * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
instantfpc * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
javapp/src/fpc/tools/javapp
mksymbian AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
pas2fpm * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
pas2jni * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
pas2js AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
pas2ut * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
rmwait * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
sim_pasc
svn2cvs
tply * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
unicode * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
bin2obj.pp
creumap.pp
data2inc.exm
data2inc.pp
delp.lpi * Added some extra options for recursion, additional extensions and verbosity 2014-09-14 11:03:10 +00:00
delp.pp * Added some extra options for recursion, additional extensions and verbosity 2014-09-14 11:03:00 +00:00
fpcsubst.pp * move fpcsubst to utils/ because it uses classes 2014-03-30 11:45:51 +00:00
fpmake_add.inc
fpmake_proc.inc
fpmake.pp * Combine all utils into one achive, several installers depend on this 2014-10-20 19:42:52 +00:00
grab_vcsa.pp
Makefile * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
Makefile.fpc * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 2014-11-03 12:42:33 +00:00
Makefile.fpc.fpcmake
postw32.pp
ppdep.pp
ptop.pp
ptopu.pp
README.txt
rmcvsdir.pp
rstconv.pp
svn2cl.pp
usubst.pp * move fpcsubst to utils/ because it uses classes 2014-03-30 11:45:51 +00:00

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.