fpc/utils
marco bc56239af7 * removed checkcvs. We stopped using CVS 7 years ago, and don't check $Log:'s
that often anymore. There is nothing worth keeping from this source (which is by me btw)

git-svn-id: trunk@21470 -
2012-06-03 11:16:17 +00:00
..
debugsvr + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
dxegen + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
fpcm * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
fpcmkcfg * abort if the specified destination file is a directory (mantis #22089) 2012-05-21 11:37:41 +00:00
fpcres * synchronised with trunk up to r21067 2012-04-26 21:24:20 +00:00
fpcreslipo + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
fpdoc + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
fpgmake * Added ability to generate target-dependencies 2012-03-22 16:40:58 +00:00
fpmc + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
fppkg * Patch from Mark Morgan Lloyd to add subcommands to ltelnet. Mantis #22032 2012-05-19 22:12:45 +00:00
fprcp + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
h2pas + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
importtl + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
instantfpc * fix passing of only one parameter on non unix platforms. Mantis #21630 2012-04-25 17:21:16 +00:00
javapp/src/fpc/tools/javapp + new -varparas option that adds overloads for imported methods whereby 2012-05-28 10:21:25 +00:00
mksymbian + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
rmwait + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
sim_pasc
svn2cvs
tply + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
bin2obj.pp
creumap.pp merge r17434 from cpstrnew branch by michael: 2011-09-17 13:19:59 +00:00
data2inc.exm
data2inc.pp
delp.pp * Support for multiple directories. 2010-12-19 20:40:37 +00:00
fpmake_add.inc * Added fpmake.pp files for utilities 2012-04-07 20:06:14 +00:00
fpmake_proc.inc * Added fpmake.pp files for utilities 2012-04-07 20:06:14 +00:00
fpmake.pp * Added fpmake.pp files for utilities 2012-04-07 20:06:14 +00:00
grab_vcsa.pp
Makefile + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
Makefile.fpc + fcl-res support for xcoff/aix 2012-04-11 18:06:33 +00:00
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.